mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:00:43 +00:00
test(ci): update plugin registry fixture assertion
This commit is contained in:
@@ -303,7 +303,8 @@ describe("docker build helper", () => {
|
||||
expect(sweep).toContain('plugins install "npm:@openclaw/demo-plugin-npm@0.0.1"');
|
||||
expect(sweep).toContain("plugins update demo-plugin-npm");
|
||||
expect(assertions).toContain("demo-plugin-npm is up to date (0.0.1).");
|
||||
expect(npmRegistry).toContain('"dist-tags": { latest: entry.version }');
|
||||
expect(npmRegistry).toContain('"dist-tags": { latest: entry.latestVersion }');
|
||||
expect(npmRegistry).toContain("existing.latestVersion = version");
|
||||
expect(npmRegistry).toContain("packageArgs.length % 3");
|
||||
|
||||
expect(sweep).toContain('plugins install "git:$git_update_repo_url@main"');
|
||||
|
||||
Reference in New Issue
Block a user