mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
test(test_key_generate_prisma.py): reset custom auth value
This commit is contained in:
parent
8262149b55
commit
ec9e2fb8f6
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ def prisma_client():
|
|||
litellm.proxy.proxy_server.litellm_proxy_budget_name = (
|
||||
f"litellm-proxy-budget-{time.time()}"
|
||||
)
|
||||
litellm.proxy.proxy_server.user_custom_key_generate = None
|
||||
|
||||
return prisma_client
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue