test(gateway): complete startup config path mock

This commit is contained in:
Peter Steinberger
2026-04-29 13:28:57 +01:00
parent bf1a8eebba
commit 65b0927490

View File

@@ -66,6 +66,7 @@ vi.mock("../config/paths.js", () => ({
get isNixMode() {
return configMocks.isNixMode.value;
},
resolveStateDir: vi.fn(() => "/tmp/openclaw-state"),
}));
vi.mock("../config/runtime-overrides.js", () => ({