test(mattermost): fix DM retry fixtures

This commit is contained in:
Muhammed Mukhthar CM
2026-03-17 06:22:02 +00:00
parent bb0cc5b0b9
commit 3db47be907

View File

@@ -80,6 +80,7 @@ describe("sendMessageMattermost", () => {
accountId: "default",
botToken: "bot-token",
baseUrl: "https://mattermost.example.com",
config: {},
});
mockState.loadOutboundMediaFromUrl.mockReset();
mockState.createMattermostClient.mockReset();