forked from phoenix/litellm-mirror
(test) fix
This commit is contained in:
parent
1b9e992fef
commit
a4175c8c0d
1 changed files with 1 additions and 0 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue