test(test_key_generate_prisma.py): reset custom auth value

This commit is contained in:
Krrish Dholakia 2024-01-26 21:12:38 -08:00
parent 8262149b55
commit ec9e2fb8f6

View file

@ -88,6 +88,7 @@ def prisma_client():
litellm.proxy.proxy_server.litellm_proxy_budget_name = ( litellm.proxy.proxy_server.litellm_proxy_budget_name = (
f"litellm-proxy-budget-{time.time()}" f"litellm-proxy-budget-{time.time()}"
) )
litellm.proxy.proxy_server.user_custom_key_generate = None
return prisma_client return prisma_client