We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb7d80 commit 6488b40Copy full SHA for 6488b40
1 file changed
tests/server/fastmcp/auth/test_auth_integration.py
@@ -831,7 +831,7 @@ async def test_authorization_get(
831
assert "token_type" in token_response
832
assert "refresh_token" in token_response
833
assert "expires_in" in token_response
834
- assert token_response["token_type"] == "bearer"
+ assert token_response["token_type"] == "Bearer"
835
836
# 5. Verify the access token
837
access_token = token_response["access_token"]
0 commit comments