From 186e04b2d9a0cadc252ccd0e7036fc12431f70ef Mon Sep 17 00:00:00 2001 From: yassin Date: Wed, 2 Sep 2026 15:57:56 +0000 Subject: [PATCH] test: justify pricing helper patches Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- .../llm_cost_calc/test_llm_cost_calc_utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_litellm/litellm_core_utils/llm_cost_calc/test_llm_cost_calc_utils.py b/tests/test_litellm/litellm_core_utils/llm_cost_calc/test_llm_cost_calc_utils.py index ea74734dde9..00d35452cb6 100644 --- a/tests/test_litellm/litellm_core_utils/llm_cost_calc/test_llm_cost_calc_utils.py +++ b/tests/test_litellm/litellm_core_utils/llm_cost_calc/test_llm_cost_calc_utils.py @@ -461,7 +461,7 @@ def test_service_tier_audio_tokens_use_base_audio_rate(): ), ) - with patch( + with patch( # test-quality-ok: custom model info isolates the pricing behavior under test "litellm.litellm_core_utils.llm_cost_calc.utils.get_model_info", return_value=mock_model_info, ): @@ -508,7 +508,7 @@ def test_count_and_duration_priced_modalities_not_double_billed(): ), ) - with patch( + with patch( # test-quality-ok: custom model info isolates the pricing behavior under test "litellm.litellm_core_utils.llm_cost_calc.utils.get_model_info", return_value=mock_model_info, ):