test(channels): fix add and facade fixtures

This commit is contained in:
Peter Steinberger
2026-04-06 16:26:34 +01:00
parent 44cd91b0a9
commit 7a5e65c71b
2 changed files with 4 additions and 2 deletions

View File

@@ -202,7 +202,7 @@ function createSignalPlugin(
enabled: true,
accounts: {
[accountId]: {
signalNumber: input.signalNumber,
account: input.signalNumber,
},
},
},
@@ -463,7 +463,7 @@ describe("channelsAddCommand", () => {
enabled: true,
accounts: {
ops: {
signalNumber: "+15550001",
account: "+15550001",
},
},
},

View File

@@ -171,8 +171,10 @@ describe("plugin-sdk facade runtime", () => {
id: "demo",
rootDir: path.join(dir, "demo"),
origin: "bundled",
channels: ["demo"],
},
],
diagnostics: [],
};
}),
};