fix: update tests for path_append env dict change

This commit is contained in:
yorkhellen 2026-04-22 09:05:19 +08:00 committed by Xubin Ren
parent 2f2ac96ac7
commit 814345dd78

View File

@ -165,6 +165,7 @@ class TestPathAppendPlatform:
with (
patch ("nanobot.agent.tools.shell._IS_WINDOWS", False),
patch ("nanobot.agent.tools.shell.os.pathsep", ":"),
patch.object (ExecTool, "_spawn", side_effect=capture_spawn),
patch.object (ExecTool, "_guard_command", return_value=None),
):