fix(tests): restore litellm_params=None on mock agent in a2a invoke test (#23125)

This commit is contained in:
Joe Reyna 2026-03-09 07:16:02 -07:00 committed by GitHub
parent 0bc1bd6871
commit 36e04b6efe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,6 +46,7 @@ async def test_invoke_agent_a2a_adds_litellm_data():
"url": "http://backend-agent:10001",
"name": "Test Agent",
}
mock_agent.litellm_params = None
# Mock request
mock_request = MagicMock()