mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
test_call_with_end_user_over_budget
This commit is contained in:
parent
1db25d5b6a
commit
f2677620fd
1 changed files with 1 additions and 1 deletions
|
|
@ -513,7 +513,7 @@ def test_call_with_end_user_over_budget(prisma_client):
|
|||
|
||||
async def test():
|
||||
await litellm.proxy.proxy_server.prisma_client.connect()
|
||||
user = f"ishaan {random.randint(0, 10000)}"
|
||||
user = f"ishaan {uuid.uuid4().hex}"
|
||||
request = NewCustomerRequest(
|
||||
user_id=user, max_budget=0.000001
|
||||
) # create a key with no budget
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue