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
@@ -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()