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 3d46ab8 commit 4dcbf1eCopy full SHA for 4dcbf1e
tests/test_a2a_request_converter.py
@@ -215,7 +215,7 @@ def test_invalid_jwt_fallback(self):
215
assert agent_run_request.user_id == "A2A_USER_test_session_invalid"
216
217
# Verify credential was still cached (even though JWT is invalid)
218
- cached_token = credential_service._store.get("A2A_USER_test_session_invalid", {}).get(
219
- "inbound_auth"
220
- )
+ cached_token = credential_service._store.get(
+ "A2A_USER_test_session_invalid", {}
+ ).get("inbound_auth")
221
assert cached_token == invalid_jwt
0 commit comments