mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
test(telegram): align transcript append mock
This commit is contained in:
@@ -1576,6 +1576,7 @@ describe("dispatchTelegramMessage draft streaming", () => {
|
||||
});
|
||||
appendSessionTranscriptMessage.mockImplementationOnce(async ({ message }) => ({
|
||||
messageId: "m1",
|
||||
appended: true,
|
||||
message: {
|
||||
...(message as Record<string, unknown>),
|
||||
content: [{ type: "text", text: "Final sk-abc…0xyz" }],
|
||||
|
||||
Reference in New Issue
Block a user