Skip to content
Snippets Groups Projects

Accelerate execution of test_task_details

Merged Valentin Rigal requested to merge speedup-ponos-tests into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -111,6 +111,7 @@ class TestAPI(FixtureAPITestCase):
resp = self.client.get(reverse("api:task-details", args=[self.task1.id]))
self.assertEqual(resp.status_code, status.HTTP_403_FORBIDDEN)
@patch("arkindex.project.aws.s3")
@expectedFailure
def test_task_details_requires_process_guest(self):
self.process.creator = self.superuser
Loading