mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Fix test_perform_health_check_filters_by_model_id
This commit is contained in:
parent
3326893420
commit
f68cbc4c95
1 changed files with 1 additions and 1 deletions
|
|
@ -497,7 +497,7 @@ async def test_perform_health_check_filters_by_model_id():
|
|||
|
||||
captured_list = []
|
||||
|
||||
async def mock_perform_health_check(m_list, details=True):
|
||||
async def mock_perform_health_check(m_list, details=True, **kwargs):
|
||||
captured_list.append(m_list)
|
||||
return [{"model": "gpt-4", "api_key": m_list[0]["litellm_params"]["api_key"]}], []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue