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 ec20d9b commit eec6adbCopy full SHA for eec6adb
tests/test_ve_a2a_middlewares.py
@@ -273,7 +273,7 @@ async def mock_call_next(request):
273
mock_auth_config.exchanged_auth_credential = Mock()
274
mock_build_config.return_value = mock_auth_config
275
276
- response = await middleware.dispatch(mock_request, mock_call_next)
+ _ = await middleware.dispatch(mock_request, mock_call_next)
277
278
# Verify TIP token was used for workload token exchange
279
mock_identity_client.get_workload_access_token.assert_called_once_with(
0 commit comments