We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdadc00 commit f50bb51Copy full SHA for f50bb51
tests/test_auth.py
@@ -1076,6 +1076,7 @@ def test_validate_session_audience_mismatch_fails(self):
1076
# Verify the error is about invalid audience
1077
self.assertIn("Invalid audience", str(cm.exception))
1078
self.assertEqual(mock_decode.call_count, 2)
1079
+
1080
def test_http_client_authorization_header_variants(self):
1081
# Base client without management key
1082
client = self.make_http_client()
0 commit comments