mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-10 16:22:17 +00:00
(test) ExceededTokenBudget
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user