Skip to content
Snippets Groups Projects
Commit bb63c26c authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[backend] Fix cancel-experiment tests

parent ac274d15
No related branches found
No related tags found
1 merge request!194Scheduler
......@@ -345,7 +345,7 @@ class CancelAllExperimentsAPI(BackendAPIBase):
def test_no_access_for_anonymous_user(self):
response = self.client.get(self.url)
self.checkResponse(response, 403)
self.checkResponse(response, 302) #redirects to login page
def test_no_access_for_non_superuser(self):
......
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