mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
(fix) test_normal_router_tpm_limit
This commit is contained in:
parent
9a8abdb1ae
commit
47bed68c7f
1 changed files with 1 additions and 0 deletions
|
@ -379,6 +379,7 @@ async def test_normal_router_tpm_limit():
|
||||||
)
|
)
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
print("Exception on test_normal_router_tpm_limit", e)
|
||||||
assert e.status_code == 429
|
assert e.status_code == 429
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue