test: tighten discord interactive outbound assertion · openclaw/openclaw@348ecb8
shakkernerd
·
2026-05-11
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -61,9 +61,16 @@ describe("discordOutbound shared interactive ordering", () => {
|
61 | 61 | { type: "text", text: "Last" }, |
62 | 62 | ], |
63 | 63 | }, |
64 | | -expect.objectContaining({ |
| 64 | +{ |
| 65 | +accountId: undefined, |
| 66 | +chunkMode: undefined, |
65 | 67 | cfg: {}, |
66 | | -}), |
| 68 | +maxLinesPerMessage: undefined, |
| 69 | +replyTo: undefined, |
| 70 | +silent: undefined, |
| 71 | +tableMode: undefined, |
| 72 | +textLimit: undefined, |
| 73 | +}, |
67 | 74 | ); |
68 | 75 | expect(hoisted.sendMessageDiscordMock).not.toHaveBeenCalled(); |
69 | 76 | expect(result).toEqual({ |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。