Skip to content
Snippets Groups Projects
Commit fd2970b3 authored by Ruben Young On's avatar Ruben Young On
Browse files

Removed print statement in tests

parent aa4ae00c
No related branches found
No related tags found
1 merge request!16Add API tests, small fix for MultipleChoiceOption
Pipeline #18109 passed
...@@ -182,8 +182,6 @@ def test_delete_finalized_exam(test_client): ...@@ -182,8 +182,6 @@ def test_delete_finalized_exam(test_client):
response = test_client.delete(f'/api/mult-choice/{mc_id}') response = test_client.delete(f'/api/mult-choice/{mc_id}')
data = json.loads(response.data) data = json.loads(response.data)
print(data)
assert data['status'] == 401 assert data['status'] == 401
......
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