diff --git a/src/channels/plugins/actions/actions.test.ts b/src/channels/plugins/actions/actions.test.ts index 09742cd22d..8e1d4ffba2 100644 --- a/src/channels/plugins/actions/actions.test.ts +++ b/src/channels/plugins/actions/actions.test.ts @@ -506,7 +506,7 @@ describe("telegramMessageActions", () => { expect(handleTelegramAction).toHaveBeenCalledWith( expect.objectContaining({ - action: "sendPoll", + action: "poll", to: "-100123", question: "Ready?", options: ["Yes", "No", "Maybe"],