mirror of https://github.com/openclaw/openclaw.git
test(mattermost): fix DM retry fixtures
This commit is contained in:
parent
bb0cc5b0b9
commit
3db47be907
|
|
@ -80,6 +80,7 @@ describe("sendMessageMattermost", () => {
|
|||
accountId: "default",
|
||||
botToken: "bot-token",
|
||||
baseUrl: "https://mattermost.example.com",
|
||||
config: {},
|
||||
});
|
||||
mockState.loadOutboundMediaFromUrl.mockReset();
|
||||
mockState.createMattermostClient.mockReset();
|
||||
|
|
|
|||
Loading…
Reference in New Issue