Skip to content

Commit 70c636a

Browse files
authored
Update tests/strands/models/test_litellm.py
1 parent 7682446 commit 70c636a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/strands/models/test_litellm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def test_update_config(model, model_id):
7070
({"use_litellm_proxy": False}, "litellm_proxy/openai/gpt-4", "litellm_proxy/openai/gpt-4"),
7171
],
7272
)
73-
def test_use_litellm_proxy_prefix(client_args, model_id, expected_model_id):
73+
def test__init__use_litellm_proxy_prefix(client_args, model_id, expected_model_id):
7474
"""Test litellm_proxy prefix behavior for various configurations."""
7575
model = LiteLLMModel(client_args=client_args, model_id=model_id)
7676
assert model.get_config()["model_id"] == expected_model_id

0 commit comments

Comments
 (0)