test: tighten nextcloud bot preflight message assertion

This commit is contained in:
Shakker
2026-05-11 00:36:30 +01:00
parent 5f7b460967
commit 33186ae9eb

View File

@@ -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.',
});
});