Skip to content

Commit f50bb51

Browse files
committed
fixed tests
1 parent bdadc00 commit f50bb51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_auth.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,6 +1076,7 @@ def test_validate_session_audience_mismatch_fails(self):
10761076
# Verify the error is about invalid audience
10771077
self.assertIn("Invalid audience", str(cm.exception))
10781078
self.assertEqual(mock_decode.call_count, 2)
1079+
10791080
def test_http_client_authorization_header_variants(self):
10801081
# Base client without management key
10811082
client = self.make_http_client()

0 commit comments

Comments
 (0)