mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
test_call_with_end_user_over_budget
This commit is contained in:
parent
74bfac739d
commit
bd9b9ad9d5
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
Add a link
Reference in a new issue