mirror of https://github.com/openclaw/openclaw.git
chore: Fix Slack test.
This commit is contained in:
parent
bb8df6ab8d
commit
a78839e60c
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue