Skip to content

Commit

Permalink
test(test_config.py): fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
krrishdholakia committed May 18, 2024
1 parent b137cea commit a75b865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litellm/tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit a75b865

Please sign in to comment.