test_call_with_end_user_over_budget

This commit is contained in:
Ishaan Jaff 2024-06-20 21:08:06 -07:00
parent 74bfac739d
commit bd9b9ad9d5

View file

@ -513,7 +513,7 @@ def test_call_with_end_user_over_budget(prisma_client):
async def test(): async def test():
await litellm.proxy.proxy_server.prisma_client.connect() await litellm.proxy.proxy_server.prisma_client.connect()
user = f"ishaan {random.randint(0, 10000)}" user = f"ishaan {uuid.uuid4().hex}"
request = NewCustomerRequest( request = NewCustomerRequest(
user_id=user, max_budget=0.000001 user_id=user, max_budget=0.000001
) # create a key with no budget ) # create a key with no budget