Add missing asserts to API tests

This commit is contained in:
nucleogenic
2022-09-25 18:15:35 +01:00
parent a142af571d
commit 75b0994b77
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -40,4 +40,4 @@ def test_login_with_invalid_credentials(http_client_unauthenticated):
# route("/logout")
def test_logout(http_client):
response = http_client.get("/logout")
response.status_code == 200
assert response.status_code == 200