diff --git a/tests/test_litellm/test_utils.py b/tests/test_litellm/test_utils.py index 1ace3e3d9d3..df83d0117e8 100644 --- a/tests/test_litellm/test_utils.py +++ b/tests/test_litellm/test_utils.py @@ -4034,4 +4034,3 @@ def test_deepseek_v4_models_in_cost_map(): assert info["supports_function_calling"] is True assert info["supports_tool_choice"] is True - print("✅ deepseek-v4-flash and deepseek-v4-pro cost map entries verified")