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 cd09719 commit b9d57ffCopy full SHA for b9d57ff
tests/test_main.py
@@ -116,4 +116,4 @@ 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
-
+
0 commit comments