From 6f8d46a09d138591b971eac0e36d8a8c3a53fd36 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 16 Apr 2025 09:56:19 -0700 Subject: [PATCH] test: update tests --- .../litellm_core_utils/test_streaming_chunk_builder_utils.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/litellm/litellm_core_utils/test_streaming_chunk_builder_utils.py b/tests/litellm/litellm_core_utils/test_streaming_chunk_builder_utils.py index 97300fadd8..2c4d4364b8 100644 --- a/tests/litellm/litellm_core_utils/test_streaming_chunk_builder_utils.py +++ b/tests/litellm/litellm_core_utils/test_streaming_chunk_builder_utils.py @@ -135,7 +135,6 @@ def test_get_combined_tool_content(): name="get_current_weather", ), type="function", - index=0, ), ChatCompletionMessageToolCall( id="call_rrns", @@ -144,7 +143,6 @@ def test_get_combined_tool_content(): name="get_current_weather", ), type="function", - index=1, ), ChatCompletionMessageToolCall( id="call_0k29", @@ -153,6 +151,5 @@ def test_get_combined_tool_content(): name="get_current_weather", ), type="function", - index=2, ), ]