mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
fix(tests): restore litellm_params=None on mock agent in a2a invoke test (#23125)
This commit is contained in:
parent
0bc1bd6871
commit
36e04b6efe
1 changed files with 1 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue