test: align discord action expectation

This commit is contained in:
Peter Steinberger
2026-03-22 23:54:52 +00:00
parent 165aeccd24
commit 80e9737db4

View File

@@ -101,7 +101,6 @@ describe("discordMessageActions", () => {
});
expect(handleDiscordMessageActionMock).toHaveBeenCalledWith({
channel: "discord",
action: "send",
params: { to: "channel:123", text: "hello" },
cfg,