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

flake8 said it doenst look nice

parent 397d4fea
No related branches found
No related tags found
1 merge request!293Resolve "Revise to old export scheme"
......@@ -97,13 +97,8 @@ class ExportInstanceTest(APITestCase):
self.client = APIClient()
self.client.force_login(user=self.data['reviewers'][0])
self.response = self.client.get('/api/instance/export/',
<<<<<<< HEAD
data={'setPasswords': True,
'selected_exam': self.data['exams'][0].exam_type_id})
=======
data={'setPasswords': True,
'selected_exam': self.data['exams'][0].exam_type_id})
>>>>>>> 27c5fd7 (reverted changes to export tests as well)
def test_can_access(self):
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.
Finish editing this message first!
Please register or to comment