fix(qa): activate Telegram startup plugin (#121010)

Extracted from #120588 at 2d0fdeb61fa06f9fa97b9626bb5a2f9016e45202.
This commit is contained in:
Dallin Romney
2026-08-10 13:15:58 +08:00
committed by GitHub
parent d6ee4c3570
commit cdca4c18bb
2 changed files with 10 additions and 0 deletions
@@ -101,6 +101,10 @@ describe("telegram bot token runtime evidence", () => {
accounts: { "qa-live": { botToken: leasedToken } },
},
},
plugins: {
allow: ["telegram"],
entries: { telegram: { enabled: true } },
},
},
env: {
OPENCLAW_SKIP_CHANNELS: undefined,
@@ -230,6 +230,12 @@ export async function runTelegramBotTokenRuntime(
},
},
},
// The isolated Gateway inherits VITEST, where bundled plugins are not
// implicitly enabled. Activate the product plugin this proof exercises.
plugins: {
allow: ["telegram"],
entries: { telegram: { enabled: true } },
},
},
env: {
OPENCLAW_SKIP_CHANNELS: undefined,