We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a24fa5 commit dbf7fc1Copy full SHA for dbf7fc1
tests/test_main.py
@@ -116,5 +116,3 @@ def test_secure_data_with_invalid_token():
116
response = client.get("/secure-data", params={"token": "wrong_token"})
117
assert response.status_code == 403
118
assert response.json() == {"message": "Forbidden"}
119
-
120
0 commit comments