mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 10:14:26 +00:00
Merge 7f7a6149db
into b82af5b826
This commit is contained in:
commit
6b5fe178bf
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ async def test_view_daily_spend_ui(prisma_client):
|
|||
print("total_spend_for_internal_user=", internal_user_total_spend)
|
||||
|
||||
assert (
|
||||
admin_total_spend > internal_user_total_spend
|
||||
admin_total_spend >= internal_user_total_spend
|
||||
), "Admin should have more spend than internal user"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue