test: update tool_hint assertion to match new format

This commit is contained in:
chengyongru
2026-04-07 15:15:07 +08:00
committed by Xubin Ren
parent 8ca9960077
commit 238a9303d0
+1 -1
View File
@@ -112,7 +112,7 @@ class TestMessageToolSuppressLogic:
assert final_content == "Done"
assert progress == [
("Visible", False),
('read_file("foo.txt")', True),
('read foo.txt', True),
]