mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
Revert "fix(router.py): fix max retries on set_client"
This reverts commit 821844c1a3
.
This commit is contained in:
parent
331931eef5
commit
c0b554169c
2 changed files with 3 additions and 16 deletions
|
@ -18,12 +18,6 @@ from dotenv import load_dotenv
|
|||
load_dotenv()
|
||||
|
||||
|
||||
def test_router_num_retries_init():
|
||||
router = Router(num_retries=0)
|
||||
|
||||
assert router.num_retries == 0
|
||||
|
||||
|
||||
def test_exception_raising():
|
||||
# this tests if the router raises an exception when invalid params are set
|
||||
# in this test both deployments have bad keys - Keep this test. It validates if the router raises the most recent exception
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue