Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucaterre committed May 5, 2022
1 parent 60ea9be commit 7e86bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/tests/testProject.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_remove_project(client):
# add some data
# Remove project and test response + test remove all data
response = client.get('/delete_project/'+str(project.id))
assert response.status_code == 200
assert response.status_code == 302
response = client.get('/delete_project/'+str(1))
assert response.status_code == 404

Expand Down

0 comments on commit 7e86bf0

Please sign in to comment.