From f312bf23d08b7e8e35b90b21b4e01481ff3b2018 Mon Sep 17 00:00:00 2001 From: Sameer Kankute Date: Thu, 22 Jan 2026 19:34:54 +0530 Subject: [PATCH] Fix:test_multiple_function_call --- tests/test_litellm/llms/vertex_ai/test_vertex.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_litellm/llms/vertex_ai/test_vertex.py b/tests/test_litellm/llms/vertex_ai/test_vertex.py index fdba86af4a..803584b561 100644 --- a/tests/test_litellm/llms/vertex_ai/test_vertex.py +++ b/tests/test_litellm/llms/vertex_ai/test_vertex.py @@ -410,7 +410,6 @@ def test_multiple_function_call(): }, {"role": "user", "parts": [{"text": "tell me the results."}]}, ], - "generationConfig": {}, }