mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
test(test_key_generate_prisma.py): fix test
This commit is contained in:
parent
bedb08bdef
commit
7079b951de
1 changed files with 2 additions and 0 deletions
|
@ -737,6 +737,7 @@ def test_call_with_key_over_budget(prisma_client):
|
|||
"user_api_key_user_id": user_id,
|
||||
}
|
||||
},
|
||||
"response_cost": 0.00002,
|
||||
},
|
||||
completion_response=resp,
|
||||
start_time=datetime.now(),
|
||||
|
@ -812,6 +813,7 @@ def test_call_with_key_over_budget_stream(prisma_client):
|
|||
"user_api_key_user_id": user_id,
|
||||
}
|
||||
},
|
||||
"response_cost": 0.00002,
|
||||
},
|
||||
completion_response=ModelResponse(),
|
||||
start_time=datetime.now(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue