mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 14:10:51 +00:00
fix(release): harden beta validation lanes
(cherry picked from commit 218bceaa14)
This commit is contained in:
@@ -162,6 +162,7 @@ describe("telegram live qa runtime", () => {
|
||||
sutAccountId: "sut",
|
||||
});
|
||||
|
||||
expect(next.agents?.defaults?.skipBootstrap).toBe(true);
|
||||
expect(next.plugins?.allow).toContain("telegram");
|
||||
expect(next.plugins?.entries?.telegram).toEqual({ enabled: true });
|
||||
expect(next.channels?.telegram).toEqual({
|
||||
|
||||
@@ -476,6 +476,13 @@ function buildTelegramQaConfig(
|
||||
};
|
||||
return {
|
||||
...baseCfg,
|
||||
agents: {
|
||||
...baseCfg.agents,
|
||||
defaults: {
|
||||
...baseCfg.agents?.defaults,
|
||||
skipBootstrap: true,
|
||||
},
|
||||
},
|
||||
plugins: {
|
||||
...baseCfg.plugins,
|
||||
allow: pluginAllow,
|
||||
|
||||
Reference in New Issue
Block a user