(ci/cd) testing

This commit is contained in:
Ishaan Jaff
2024-04-24 13:25:18 -07:00
parent 31a8270206
commit 36f8431bf0
+2
View File
@@ -63,6 +63,7 @@ def prisma_client():
@pytest.mark.asyncio
@pytest.mark.skip(reason="new feature, tests passing locally")
async def test_add_new_model(prisma_client):
setattr(litellm.proxy.proxy_server, "prisma_client", prisma_client)
setattr(litellm.proxy.proxy_server, "master_key", "sk-1234")
@@ -107,6 +108,7 @@ async def test_add_new_model(prisma_client):
@pytest.mark.asyncio
@pytest.mark.skip(reason="new feature, tests passing locally")
async def test_add_update_model(prisma_client):
# test that existing litellm_params are not updated
# only new / updated params get updated