(test) fix

This commit is contained in:
ishaan-jaff 2024-01-29 18:46:27 -08:00
parent 6cefc98bc0
commit f1c48a1c06

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