- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_strict_login_None (0.09 seconds)
-
tests/test_security_oauth2_optional_description.py
def test_security_oauth2_password_bearer_no_header(): response = client.get("/users/me") assert response.status_code == 200, response.text assert response.json() == {"msg": "Create an account first"} def test_strict_login_None(): response = client.post("/login", data=None) assert response.status_code == 422 assert response.json() == { "detail": [ { "type": "missing",
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 18:19:10 GMT 2025 - 9.1K bytes - Click Count (0)