- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_strict_login_no_data (0.14 seconds)
-
tests/test_security_oauth2_optional.py
response = client.get("/users/me") assert response.status_code == 200, response.text assert response.json() == {"msg": "Create an account first"} def test_strict_login_no_data(): response = client.post("/login") assert response.status_code == 422 assert response.json() == { "detail": [ { "type": "missing",
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Feb 17 09:59:14 GMT 2026 - 9.8K bytes - Click Count (0)