diff --git a/tests/test_litellm/llms/vertex_ai/test_vertex_ai_common_utils.py b/tests/test_litellm/llms/vertex_ai/test_vertex_ai_common_utils.py index e86a1a27100..c775516a46e 100644 --- a/tests/test_litellm/llms/vertex_ai/test_vertex_ai_common_utils.py +++ b/tests/test_litellm/llms/vertex_ai/test_vertex_ai_common_utils.py @@ -919,7 +919,6 @@ def test_fix_enum_empty_strings_anyof(): assert None in choice_enum assert choice_enum == [None, "option1"] - # Non-dict input should not raise AttributeError _fix_enum_empty_strings("string_input") _fix_enum_empty_strings(None)