mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-18 14:54:46 +00:00
test: tighten nextcloud bot preflight message assertion
This commit is contained in:
@@ -90,7 +90,8 @@ describe("probeNextcloudTalkBotResponseFeature", () => {
|
||||
code: "missing_response_feature",
|
||||
botId: "7",
|
||||
features: 9,
|
||||
message: expect.stringContaining("--feature response"),
|
||||
message:
|
||||
'Nextcloud Talk bot "OpenClaw" (7) is missing the response feature (features=9); outbound replies will fail. Run ./occ talk:bot:state --feature webhook --feature response --feature reaction 7 1 or reinstall the bot with --feature response.',
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user