test: update tool_hint assertion to match new format

This commit is contained in:
chengyongru 2026-04-07 11:33:01 +08:00 committed by Xubin Ren
parent 8ca9960077
commit 238a9303d0

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),
]