Skip to content

Commit 65b0927

Browse files
committed
test(gateway): complete startup config path mock
1 parent bf1a8ee commit 65b0927

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/gateway/server-startup-config.recovery.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ vi.mock("../config/paths.js", () => ({
6666
get isNixMode() {
6767
return configMocks.isNixMode.value;
6868
},
69+
resolveStateDir: vi.fn(() => "/tmp/openclaw-state"),
6970
}));
7071

7172
vi.mock("../config/runtime-overrides.js", () => ({

0 commit comments

Comments
 (0)