Skip to content
Snippets Groups Projects
Commit 4966dfed authored by Piotr Gawron's avatar Piotr Gawron
Browse files

indentation

parent a74ee30e
No related branches found
No related tags found
1 merge request!336Pylint checks
......@@ -11,7 +11,7 @@ class ConfigurationViewTests(LoggedInTestCase):
self.login_as_admin()
response = self.client.get(reverse('web.views.configuration'))
self.assertEqual(response.status_code, 200)
def test_visit_details_request_without_permissions(self):
self.login_as_staff()
response = self.client.get(reverse('web.views.configuration'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment