mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 19:50:28 +00:00
fix(ci): repair bundled and extension test drift
This commit is contained in:
@@ -1349,7 +1349,7 @@ export function createTopLevelChannelParsedAllowFromPrompt(params: {
|
||||
|
||||
const defaultAccountId = params.defaultAccountId;
|
||||
return createPromptParsedAllowFromForAccount({
|
||||
defaultAccountId: () => defaultAccountId,
|
||||
defaultAccountId,
|
||||
...sharedParams,
|
||||
});
|
||||
}
|
||||
|
||||
@@ -1262,7 +1262,7 @@ module.exports = { id: "throws-after-import", register() {} };`,
|
||||
});
|
||||
|
||||
expect(active.plugins.find((entry) => entry.id === "command-plugin")?.status).toBe("loaded");
|
||||
expect(getPluginCommandSpecs("telegram")).toEqual([
|
||||
expect(getPluginCommandSpecs()).toEqual([
|
||||
{
|
||||
name: "pair",
|
||||
description: "Pair device",
|
||||
|
||||
Reference in New Issue
Block a user