From 50f191324d37571eb4f6fa4d7fd73ad5cbe2dab7 Mon Sep 17 00:00:00 2001 From: yucheng-berri Date: Sat, 11 Jul 2026 17:47:36 -0700 Subject: [PATCH] Remove LIT-4303 comment from test_content_utils.py Removed commented-out section regarding LIT-4303 from test_content_utils.py. --- tests/test_litellm/proxy/guardrails/test_content_utils.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/test_litellm/proxy/guardrails/test_content_utils.py b/tests/test_litellm/proxy/guardrails/test_content_utils.py index afe23dc6e72..135350cafa0 100644 --- a/tests/test_litellm/proxy/guardrails/test_content_utils.py +++ b/tests/test_litellm/proxy/guardrails/test_content_utils.py @@ -565,10 +565,6 @@ def test_build_inspection_messages_custom_tool_call_output(): assert any("custom-tool-leak" in m["content"] for m in msgs) -# ------------------------------------------------------------------- -# LIT-4303: reasoning.summary_text walking -# ------------------------------------------------------------------- - def test_iter_message_text_walks_reasoning_summary_text(): """Reasoning items with summary_text parts should yield their text.""" data = {