test: align release branch expectations · openclaw/openclaw@7488d8f
steipete
·
2026-05-03
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -138,9 +138,7 @@ describe("buildQaGatewayConfig", () => {
|
138 | 138 | }); |
139 | 139 | |
140 | 140 | expect(getPrimaryModel(cfg.agents?.defaults?.model)).toBe("aimock/gpt-5.5"); |
141 | | -expect(cfg.agents?.defaults?.imageGenerationModel).toEqual({ |
142 | | -primary: "aimock/gpt-image-1", |
143 | | -}); |
| 141 | +expect(cfg.agents?.defaults).not.toHaveProperty("imageGenerationModel"); |
144 | 142 | expect(cfg.models?.providers?.aimock?.baseUrl).toBe("http://127.0.0.1:45080/v1"); |
145 | 143 | expect(cfg.models?.providers?.aimock?.api).toBe("openai-responses"); |
146 | 144 | expect(cfg.models?.providers?.openai?.baseUrl).toBe("http://127.0.0.1:45080/v1"); |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -307,7 +307,7 @@ describe("bundled plugin package dependency checks", () => {
|
307 | 307 | } |
308 | 308 | }); |
309 | 309 | |
310 | | -it("still requires root deps for root-owned installed chunks", () => { |
| 310 | +it("allows root-owned chunks to import externalized optional runtime deps", () => { |
311 | 311 | const tempRoot = mkdtempSync(join(tmpdir(), "openclaw-root-owned-installed-missing-")); |
312 | 312 | |
313 | 313 | try { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。