mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 23:00:22 +00:00
test: refresh latest main expectations
This commit is contained in:
@@ -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";',
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user