mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
(test) ExceededTokenBudget
This commit is contained in:
parent
8979b74d49
commit
e846b8fca8
1 changed files with 1 additions and 1 deletions
|
|
@ -664,7 +664,7 @@ def test_call_with_key_over_budget(prisma_client):
|
|||
asyncio.run(test())
|
||||
except Exception as e:
|
||||
error_detail = e.detail
|
||||
assert "Authentication Error, ExceededBudget:" in error_detail
|
||||
assert "Authentication Error, ExceededTokenBudget:" in error_detail
|
||||
print(vars(e))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue