Skip to content

Commit 1c96a05

Browse files
committed
test(oauth): fix token_type literal in regression
1 parent e4b4db5 commit 1c96a05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/client/test_auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ async def test_refresh_token_request_omits_resource_even_when_required_by_protoc
663663
provider.context.protocol_version = "2025-06-18"
664664
provider.context.current_tokens = OAuthToken(
665665
access_token="test_access_token",
666-
token_type="bearer",
666+
token_type="Bearer",
667667
expires_in=3600,
668668
refresh_token="test_refresh_token",
669669
)

0 commit comments

Comments
 (0)