mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-04 08:28:36 +00:00
fix: update tests for path_append env dict change
This commit is contained in:
parent
2f2ac96ac7
commit
814345dd78
@ -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),
|
||||
):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user