Tests: align exec approval policy expectations

This commit is contained in:
Peter Steinberger
2026-04-07 20:25:57 +01:00
parent ae5118a8b5
commit a80453f2e1
2 changed files with 2 additions and 2 deletions

View File

@@ -1236,7 +1236,7 @@ describe("exec approvals", () => {
const tool = createExecTool({
host: "gateway",
ask: "always",
security: "allowlist",
security: "full",
trigger: "cron",
approvalRunningNoticeMs: 0,
});

View File

@@ -436,7 +436,7 @@ describe("exec approvals CLI", () => {
effective: "always",
}),
askFallback: expect.objectContaining({
effective: "full",
effective: "allowlist",
source: "OpenClaw default (full)",
}),
}),