mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
(chore) fix merge conflicts
This commit is contained in:
parent
b0e642d3d9
commit
f31838e983
1 changed files with 0 additions and 1 deletions
|
@ -822,7 +822,6 @@ def test_call_with_key_over_budget_stream(prisma_client):
|
||||||
print("result from user auth with new key", result)
|
print("result from user auth with new key", result)
|
||||||
pytest.fail(f"This should have failed!. They key crossed it's budget")
|
pytest.fail(f"This should have failed!. They key crossed it's budget")
|
||||||
|
|
||||||
asyncio.run(test())
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
error_detail = e.detail
|
error_detail = e.detail
|
||||||
assert "Authentication Error, ExceededTokenBudget:" in error_detail
|
assert "Authentication Error, ExceededTokenBudget:" in error_detail
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue