From a75b865ebc3d580a51134b613ba611b455e072c0 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Fri, 17 May 2024 22:00:44 -0700 Subject: [PATCH] test(test_config.py): fix test --- litellm/tests/test_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_config.py b/litellm/tests/test_config.py index e38187e0ea..47f632b96c 100644 --- a/litellm/tests/test_config.py +++ b/litellm/tests/test_config.py @@ -102,7 +102,7 @@ async def test_delete_deployment(): pc = ProxyConfig() db_model = DBModel( - model_id="12340523", + model_id=deployment.model_info.id, model_name="gpt-3.5-turbo", litellm_params=encrypted_litellm_params, model_info={"id": deployment.model_info.id},