diff --git a/extensions/nextcloud-talk/src/bot-preflight.test.ts b/extensions/nextcloud-talk/src/bot-preflight.test.ts index fe0cb52f14e..5d1c72df2f7 100644 --- a/extensions/nextcloud-talk/src/bot-preflight.test.ts +++ b/extensions/nextcloud-talk/src/bot-preflight.test.ts @@ -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.', }); });