mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
test(test_router_init.py): fix test
This commit is contained in:
parent
3d13efb5fb
commit
f93d4e199a
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ def test_timeouts_router():
|
|||
},
|
||||
},
|
||||
]
|
||||
router = Router(model_list=model_list)
|
||||
router = Router(model_list=model_list, num_retries=0)
|
||||
|
||||
print("PASSED !")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue