Skip to content
Snippets Groups Projects
Commit 73d00dbf authored by Jakob Dieterle's avatar Jakob Dieterle
Browse files

flake8 said it doenst look nice

parent f661346a
No related branches found
No related tags found
1 merge request!293Resolve "Revise to old export scheme"
...@@ -97,8 +97,8 @@ class ExportInstanceTest(APITestCase): ...@@ -97,8 +97,8 @@ class ExportInstanceTest(APITestCase):
self.client = APIClient() self.client = APIClient()
self.client.force_login(user=self.data['reviewers'][0]) self.client.force_login(user=self.data['reviewers'][0])
self.response = self.client.get('/api/instance/export/', self.response = self.client.get('/api/instance/export/',
data={'setPasswords': True, data={'setPasswords': True,
'selected_exam': self.data['exams'][0].exam_type_id}) 'selected_exam': self.data['exams'][0].exam_type_id})
def test_can_access(self): def test_can_access(self):
self.assertEqual(status.HTTP_200_OK, self.response.status_code) self.assertEqual(status.HTTP_200_OK, self.response.status_code)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment