Skip to content
Snippets Groups Projects
Commit 38c21c62 authored by Valentin Rigal's avatar Valentin Rigal
Browse files

Accelerate execution of test_task_details

parent f03910d6
No related branches found
No related tags found
1 merge request!2265Accelerate execution of test_task_details
......@@ -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
......
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