mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
test(test_router_init.py): fix test
This commit is contained in:
parent
a72167e88b
commit
a3257fd5d3
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
Reference in a new issue