From 66d2005e23dfd7c29b5315726cce8ae68f402caf Mon Sep 17 00:00:00 2001 From: mateo Date: Mon, 7 Sep 2026 20:30:16 +0000 Subject: [PATCH] test: shorten web search regression docstring to the 120 char limit Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- .../llm_cost_calc/test_tool_call_cost_tracking.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_litellm/litellm_core_utils/llm_cost_calc/test_tool_call_cost_tracking.py b/tests/test_litellm/litellm_core_utils/llm_cost_calc/test_tool_call_cost_tracking.py index 360f397d135..062cd8716c9 100644 --- a/tests/test_litellm/litellm_core_utils/llm_cost_calc/test_tool_call_cost_tracking.py +++ b/tests/test_litellm/litellm_core_utils/llm_cost_calc/test_tool_call_cost_tracking.py @@ -878,7 +878,7 @@ def test_dated_search_preview_entries_carry_search_pricing(local_model_cost_map) def test_gpt_4o_mini_snapshot_bills_web_search_like_its_alias( web_search_options, local_model_cost_map ): - """The snapshot and alias must bill web search identically. OpenAI lists web search preview on non-reasoning models at $25 per 1k calls.""" + """Snapshot and alias must bill web search identically: OpenAI lists preview search at $25 per 1k calls.""" alias_info = litellm.get_model_info("gpt-4o-mini") snapshot_info = litellm.get_model_info("gpt-4o-mini-2024-07-18")