Skip to content

Commit 6488b40

Browse files
committed
fix casing
1 parent 5eb7d80 commit 6488b40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/server/fastmcp/auth/test_auth_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ async def test_authorization_get(
831831
assert "token_type" in token_response
832832
assert "refresh_token" in token_response
833833
assert "expires_in" in token_response
834-
assert token_response["token_type"] == "bearer"
834+
assert token_response["token_type"] == "Bearer"
835835

836836
# 5. Verify the access token
837837
access_token = token_response["access_token"]

0 commit comments

Comments
 (0)