test(test_key_generate_prisma.py): fix test

This commit is contained in:
Krrish Dholakia 2024-03-11 14:59:11 -07:00
parent d1644db8ce
commit 64aeb088d9

View file

@ -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():