Skip to content

Commit 00be302

Browse files
committed
fix(test): correct assertion in structured content test case
1 parent 0df8ebf commit 00be302

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/test_tools.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -581,12 +581,5 @@ def test_convert_with_structured_content_only():
581581

582582
content, artifact = _convert_call_tool_result(result)
583583

584-
<<<<<<< HEAD
585-
assert content_blocks == [{"type": "json", "structured": structured_data}]
586-
assert artifact["structuredContent"] == structured_data
587-
=======
588-
# Empty text content returns empty string
589584
assert content == ""
590-
# Structured data goes in artifact
591585
assert artifact["structuredContent"] == structured_data
592-
>>>>>>> 81f6de3 (fix: ensure consistent output for structured content in tool conversion)

0 commit comments

Comments
 (0)