Skip to content

Commit 3db47be

Browse files
committed
test(mattermost): fix DM retry fixtures
1 parent bb0cc5b commit 3db47be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/mattermost/src/mattermost/send.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ describe("sendMessageMattermost", () => {
8080
accountId: "default",
8181
botToken: "bot-token",
8282
baseUrl: "https://mattermost.example.com",
83+
config: {},
8384
});
8485
mockState.loadOutboundMediaFromUrl.mockReset();
8586
mockState.createMattermostClient.mockReset();

0 commit comments

Comments
 (0)