From ab2de419d26d250350d3fcec75b8dbd92c6bca8e Mon Sep 17 00:00:00 2001 From: wzj1228516103 <154067345+wzj1228516103@users.noreply.github.com> Date: Fri, 11 Sep 2026 10:14:37 +0800 Subject: [PATCH] style: remove redundant regression test docstring --- tests/test_litellm/test_exception_header_preservation.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_litellm/test_exception_header_preservation.py b/tests/test_litellm/test_exception_header_preservation.py index 3c9a29b09c2..37b4ae5834f 100644 --- a/tests/test_litellm/test_exception_header_preservation.py +++ b/tests/test_litellm/test_exception_header_preservation.py @@ -263,7 +263,6 @@ class TestExceptionAttributes: assert str(midstream_fallback.response.request.url) == "https://openai.com/v1/" def test_midstream_fallback_error_accepts_non_numeric_provider_status(self): - """Provider error codes can be strings while the response still has an HTTP status.""" original_response = httpx.Response( status_code=400, request=httpx.Request("POST", "https://api.groq.com/openai/v1/chat/completions"),