mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-11 03:46:39 +02:00
test(channels): fix add and facade fixtures
This commit is contained in:
@@ -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",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
@@ -171,8 +171,10 @@ describe("plugin-sdk facade runtime", () => {
|
||||
id: "demo",
|
||||
rootDir: path.join(dir, "demo"),
|
||||
origin: "bundled",
|
||||
channels: ["demo"],
|
||||
},
|
||||
],
|
||||
diagnostics: [],
|
||||
};
|
||||
}),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user