(test) fix

This commit is contained in:
ishaan-jaff 2024-01-29 18:46:27 -08:00
parent 1b9e992fef
commit a4175c8c0d

View file

@ -478,6 +478,7 @@ def test_dynamo_db_migration(custom_db_client):
# Tests the temporary patch we have in place
setattr(litellm.proxy.proxy_server, "custom_db_client", custom_db_client)
setattr(litellm.proxy.proxy_server, "master_key", "sk-1234")
setattr(litellm.proxy.proxy_server, "user_custom_auth", None)
try:
async def test():