From 2f6a9eb073754dae7c016fe2d94e23829697c5a7 Mon Sep 17 00:00:00 2001 From: kerry Date: Tue, 22 Sep 2026 01:20:44 +0000 Subject: [PATCH] test(logging): drop docstring from terminal event pricing test Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- tests/test_litellm/litellm_core_utils/test_litellm_logging.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_litellm/litellm_core_utils/test_litellm_logging.py b/tests/test_litellm/litellm_core_utils/test_litellm_logging.py index d50ac109d87..959b4f01986 100644 --- a/tests/test_litellm/litellm_core_utils/test_litellm_logging.py +++ b/tests/test_litellm/litellm_core_utils/test_litellm_logging.py @@ -7470,8 +7470,6 @@ def test_get_assembled_streaming_response_without_usage_cost_leaves_pricing_to_t def test_response_cost_calculator_prices_terminal_responses_event_from_its_response(): - """A terminal Responses stream event carries no usage itself; pricing must unwrap - it so the stored cost_breakdown is not overwritten with zeros.""" logging_obj: Final = _responses_stream_logging_obj() inner_response: Final = ResponsesAPIResponse( id="resp-priced",