- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for test_token_nonexistent_user (0.36 seconds)
-
tests/test_tutorial/test_security/test_tutorial004.py
) assert response.status_code == 401, response.text assert response.json() == {"detail": "Could not validate credentials"} assert response.headers["WWW-Authenticate"] == "Bearer" def test_token_nonexistent_user(mod: ModuleType): client = TestClient(mod.app) response = client.get( "/users/me", headers={Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Fri Dec 26 10:43:02 GMT 2025 - 13.3K bytes - Click Count (0) -
tests/test_tutorial/test_security/test_tutorial005.py
) assert response.status_code == 401, response.text assert response.json() == {"detail": "Not enough permissions"} assert response.headers["WWW-Authenticate"] == 'Bearer scope="me"' def test_token_nonexistent_user(mod: ModuleType): client = TestClient(mod.app) response = client.get( "/users/me", headers={Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 18:19:10 GMT 2025 - 15.8K bytes - Click Count (0)