Revert "fix(router.py): fix max retries on set_client"

This reverts commit 821844c1a3.
This commit is contained in:
Ishaan Jaff 2024-04-24 23:19:14 -07:00
parent 331931eef5
commit c0b554169c
2 changed files with 3 additions and 16 deletions

View file

@ -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