forked from phoenix/litellm-mirror
test(test_key_generate_prisma.py): fix test
This commit is contained in:
parent
d1644db8ce
commit
64aeb088d9
1 changed files with 1 additions and 0 deletions
|
@ -722,6 +722,7 @@ def test_delete_key(prisma_client):
|
|||
|
||||
setattr(litellm.proxy.proxy_server, "prisma_client", prisma_client)
|
||||
setattr(litellm.proxy.proxy_server, "master_key", "sk-1234")
|
||||
setattr(litellm.proxy.proxy_server, "user_custom_auth", None)
|
||||
try:
|
||||
|
||||
async def test():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue