From ffcd98c481af843612d3f3083e766057533d09e6 Mon Sep 17 00:00:00 2001 From: Dantuluri Surya Narayana Raju Date: Sun, 17 May 2026 21:29:29 +0530 Subject: [PATCH] test: add issue reference to regression test --- tests/litellm_utils_tests/test_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/litellm_utils_tests/test_utils.py b/tests/litellm_utils_tests/test_utils.py index 43f95505ffb..e116890dc16 100644 --- a/tests/litellm_utils_tests/test_utils.py +++ b/tests/litellm_utils_tests/test_utils.py @@ -289,6 +289,7 @@ def test_trimming_with_model_cost_max_input_tokens(model): def test_shorten_message_content_never_grows(): """Regression test: shorten_message_to_fit_limit must never make content longer.""" + # Regression: https://github.com/BerriAI/litellm/issues/28128 from litellm.utils import shorten_message_to_fit_limit content = "hello world this is a moderately long message"