diff --git a/tests/test_litellm/test_utils.py b/tests/test_litellm/test_utils.py index 07a0e3f8fa3..cd76c438ded 100644 --- a/tests/test_litellm/test_utils.py +++ b/tests/test_litellm/test_utils.py @@ -1064,8 +1064,7 @@ class TestProxyFunctionCalling: ("gemini/gemini-1.5-pro", "litellm_proxy/gemini/gemini-1.5-pro", True), ("gemini/gemini-1.5-flash", "litellm_proxy/gemini/gemini-1.5-flash", True), # Groq models (mixed support) - # Note: groq/gemma-7b-it is not in model_prices_and_context_window.json, so supports_function_calling returns False - ("groq/gemma-7b-it", "litellm_proxy/groq/gemma-7b-it", False), + ("groq/gemma-7b-it", "litellm_proxy/groq/gemma-7b-it", True), ( "groq/llama-3.3-70b-versatile", "litellm_proxy/groq/llama-3.3-70b-versatile",