mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-23 04:28:07 +00:00
test_call_with_end_user_over_budget
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user