fix(ci): repair bundled and extension test drift

This commit is contained in:
Peter Steinberger
2026-04-03 19:24:42 +01:00
parent e063f67ac0
commit eea069bdc3
6 changed files with 19 additions and 14 deletions

View File

@@ -1349,7 +1349,7 @@ export function createTopLevelChannelParsedAllowFromPrompt(params: {
const defaultAccountId = params.defaultAccountId;
return createPromptParsedAllowFromForAccount({
defaultAccountId: () => defaultAccountId,
defaultAccountId,
...sharedParams,
});
}

View File

@@ -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",