Skip to content

Commit eec6adb

Browse files
committed
Update test_ve_a2a_middlewares.py
1 parent ec20d9b commit eec6adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_ve_a2a_middlewares.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ async def mock_call_next(request):
273273
mock_auth_config.exchanged_auth_credential = Mock()
274274
mock_build_config.return_value = mock_auth_config
275275

276-
response = await middleware.dispatch(mock_request, mock_call_next)
276+
_ = await middleware.dispatch(mock_request, mock_call_next)
277277

278278
# Verify TIP token was used for workload token exchange
279279
mock_identity_client.get_workload_access_token.assert_called_once_with(

0 commit comments

Comments
 (0)