mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
test(test_key_generate_prisma.py): reset custom auth value
This commit is contained in:
parent
7412463ebb
commit
58052e5d36
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
Reference in a new issue