chore: Fix Slack test.

This commit is contained in:
cpojer
2026-02-17 11:07:36 +09:00
parent bb8df6ab8d
commit a78839e60c

View File

@@ -229,6 +229,7 @@ describe("registerSlackInteractionEvents", () => {
});
it("ignores malformed action payloads after ack and logs warning", async () => {
enqueueSystemEventMock.mockReset();
const { ctx, app, getHandler, runtimeLog } = createContext();
registerSlackInteractionEvents({ ctx: ctx as never });
const handler = getHandler();