From 814345dd7838375f35e2a289b41c13c5de8ad50c Mon Sep 17 00:00:00 2001 From: yorkhellen Date: Wed, 22 Apr 2026 09:05:19 +0800 Subject: [PATCH] fix: update tests for path_append env dict change --- tests/tools/test_exec_platform.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tools/test_exec_platform.py b/tests/tools/test_exec_platform.py index e9922d2b..47f872eb 100644 --- a/tests/tools/test_exec_platform.py +++ b/tests/tools/test_exec_platform.py @@ -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), ):