mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
fix(qa): activate Telegram startup plugin (#121010)
Extracted from #120588 at 2d0fdeb61fa06f9fa97b9626bb5a2f9016e45202.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user