test(ci): update plugin registry fixture assertion · openclaw/openclaw@8af6add
vincentkoc
·
2026-05-03
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -303,7 +303,8 @@ describe("docker build helper", () => {
|
303 | 303 | expect(sweep).toContain('plugins install "npm:@openclaw/demo-plugin-npm@0.0.1"'); |
304 | 304 | expect(sweep).toContain("plugins update demo-plugin-npm"); |
305 | 305 | expect(assertions).toContain("demo-plugin-npm is up to date (0.0.1)."); |
306 | | -expect(npmRegistry).toContain('"dist-tags": { latest: entry.version }'); |
| 306 | +expect(npmRegistry).toContain('"dist-tags": { latest: entry.latestVersion }'); |
| 307 | +expect(npmRegistry).toContain("existing.latestVersion = version"); |
307 | 308 | expect(npmRegistry).toContain("packageArgs.length % 3"); |
308 | 309 | |
309 | 310 | expect(sweep).toContain('plugins install "git:$git_update_repo_url@main"'); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。