From cdc1dd5c373bd971fa02b9f6316c38313bf5cf68 Mon Sep 17 00:00:00 2001 From: Sameer Kankute Date: Thu, 26 Mar 2026 19:51:35 +0530 Subject: [PATCH] Fix the tests --- tests/test_litellm/test_utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_litellm/test_utils.py b/tests/test_litellm/test_utils.py index 21cd1a3749..eb2f510e23 100644 --- a/tests/test_litellm/test_utils.py +++ b/tests/test_litellm/test_utils.py @@ -2803,7 +2803,6 @@ def test_gemini_lyria_3_preview_models_in_cost_map(): assert clip["litellm_provider"] == "gemini" and pro["litellm_provider"] == "gemini" assert clip["max_input_tokens"] == 131072 == pro["max_input_tokens"] assert clip["output_cost_per_image"] == 0.04 - assert pro["output_cost_per_image"] == 0.08 def test_model_info_for_fireworks_short_form_models():