mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
test(test_config.py): fix test
This commit is contained in:
parent
b137cea230
commit
a75b865ebc
1 changed files with 1 additions and 1 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue