diff --git a/litellm/tests/test_optional_params.py b/litellm/tests/test_optional_params.py index b2b0a0a2a..2cd5c1149 100644 --- a/litellm/tests/test_optional_params.py +++ b/litellm/tests/test_optional_params.py @@ -345,7 +345,7 @@ def test_drop_params_parallel_tool_calls(model, provider, should_drop): response = litellm.utils.get_optional_params( model=model, custom_llm_provider=provider, - response_format="json", + response_format={"type": "json"}, parallel_tool_calls=True, drop_params=True, )