test: refresh latest main expectations

This commit is contained in:
Peter Steinberger
2026-04-10 09:43:32 +01:00
parent 4522c1527e
commit 67ede66b3e
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ const RUNTIME_API_EXPORT_GUARDS: Record<string, readonly string[]> = {
'export { sendMessageIMessage } from "./src/send.js";',
'export { setIMessageRuntime } from "./src/runtime.js";',
'export { chunkTextForOutbound } from "./src/channel-api.js";',
'export type IMessageAccountConfig = Omit< NonNullable<NonNullable<RuntimeApiOpenClawConfig["channels"]>["imessage"]>, "accounts" | "defaultAccount" >;',
'export type { IMessageAccountConfig } from "./src/account-types.js";',
],
[bundledPluginFile("googlechat", "runtime-api.ts")]: [
'export { DEFAULT_ACCOUNT_ID } from "openclaw/plugin-sdk/account-id";',

View File

@@ -160,7 +160,7 @@ describe("delivery context helpers", () => {
channel: "telegram",
conversationId: "42",
parentConversationId: "-10099",
expected: { to: "channel:-10099", threadId: "42" },
expected: { to: "-10099", threadId: "42" },
},
{
channel: "mattermost",