Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testtokenfakedecoded (0.05 sec)

  1. tests/test_tutorial/test_security/test_tutorial002.py

        response = client.get("/users/me", headers={"Authorization": "Bearer testtoken"})
        assert response.status_code == 200, response.text
        assert response.json() == {
            "username": "testtokenfakedecoded",
            "email": "******@****.***",
            "full_name": "John Doe",
            "disabled": None,
        }
    
    
    def test_openapi_schema(client: TestClient):
        response = client.get("/openapi.json")
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Fri Dec 26 10:43:02 UTC 2025
    - 2.2K bytes
    - Viewed (0)
Back to top