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 2c361d7 commit 5a24fa5Copy full SHA for 5a24fa5
tests/test_main.py
@@ -116,4 +116,5 @@ 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