summaryrefslogtreecommitdiffhomepage
path: root/packages/api/tests
diff options
context:
space:
mode:
Diffstat (limited to 'packages/api/tests')
-rw-r--r--packages/api/tests/routes.test.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/api/tests/routes.test.ts b/packages/api/tests/routes.test.ts
index c07f932..1fad690 100644
--- a/packages/api/tests/routes.test.ts
+++ b/packages/api/tests/routes.test.ts
@@ -290,6 +290,7 @@ vi.mock("@dispatch/core", () => ({
"permission-required": true,
"agent-spawned": false,
},
+ notifySubagents: false,
};
},
saveNtfyConfig() {},
@@ -307,6 +308,7 @@ vi.mock("@dispatch/core", () => ({
"permission-required": true,
"agent-spawned": false,
},
+ notifySubagents: false,
};
},
redactNtfyConfig(c: { authToken?: string }) {