mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 09:58:38 +00:00
chore: Fix Slack test.
This commit is contained in:
@@ -229,6 +229,7 @@ describe("registerSlackInteractionEvents", () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it("ignores malformed action payloads after ack and logs warning", async () => {
|
it("ignores malformed action payloads after ack and logs warning", async () => {
|
||||||
|
enqueueSystemEventMock.mockReset();
|
||||||
const { ctx, app, getHandler, runtimeLog } = createContext();
|
const { ctx, app, getHandler, runtimeLog } = createContext();
|
||||||
registerSlackInteractionEvents({ ctx: ctx as never });
|
registerSlackInteractionEvents({ ctx: ctx as never });
|
||||||
const handler = getHandler();
|
const handler = getHandler();
|
||||||
|
|||||||
Reference in New Issue
Block a user