forked from phoenix/litellm-mirror
test: fix tests
This commit is contained in:
parent
3e8c8ef507
commit
11e3ee4411
4 changed files with 24 additions and 12 deletions
|
@ -256,6 +256,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(),
|
||||
|
@ -331,6 +332,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