test(auto-reply): allow ACP abort dispatch in regression test

This commit is contained in:
Peter Steinberger
2026-04-25 02:44:54 +01:00
parent 56de930628
commit 0970507078

View File

@@ -244,6 +244,9 @@ describe("dispatchReplyFromConfig ACP abort", () => {
enabled: true,
dispatch: { enabled: true },
},
session: {
sendPolicy: { default: "allow" },
},
} as OpenClawConfig,
dispatcher,
replyOptions: { abortSignal: abortController.signal },