fix(ci): repair security and route test fixtures

This commit is contained in:
Peter Steinberger
2026-03-15 19:53:51 -07:00
parent 65ec4843e8
commit 3f12e90f3e
3 changed files with 20 additions and 4 deletions

View File

@@ -1803,7 +1803,14 @@ description: test skill
});
it("warns when multiple DM senders share the main session", async () => {
const cfg: OpenClawConfig = { session: { dmScope: "main" } };
const cfg: OpenClawConfig = {
session: { dmScope: "main" },
channels: {
whatsapp: {
enabled: true,
},
},
};
const plugins: ChannelPlugin[] = [
{
id: "whatsapp",