mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
Remove LIT-4303 comment from test_content_utils.py
Removed commented-out section regarding LIT-4303 from test_content_utils.py.
This commit is contained in:
parent
e3c935ec41
commit
50f191324d
1 changed files with 0 additions and 4 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue