mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
fix - view spend per user
This commit is contained in:
parent
e95e7fde65
commit
5b55900d8e
1 changed files with 1 additions and 1 deletions
|
|
@ -1554,7 +1554,7 @@ async def test_view_spend_per_user(prisma_client):
|
|||
first_user = user_by_spend[0]
|
||||
|
||||
print("\nfirst_user=", first_user)
|
||||
assert first_user.spend > 0
|
||||
assert first_user["spend"] > 0
|
||||
except Exception as e:
|
||||
print("Got Exception", e)
|
||||
pytest.fail(f"Got exception {e}")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue