From f231b432ddb3501af536a4c57b20b142296c6cb3 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 2 May 2026 01:09:23 +0100 Subject: [PATCH] test: align ClawHub release fixtures --- test/plugin-clawhub-release.test.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/plugin-clawhub-release.test.ts b/test/plugin-clawhub-release.test.ts index c5990b8e885..fe954038192 100644 --- a/test/plugin-clawhub-release.test.ts +++ b/test/plugin-clawhub-release.test.ts @@ -11,6 +11,7 @@ import { resolveSelectedClawHubPublishablePluginPackages, type PublishablePluginPackage, } from "../scripts/lib/plugin-clawhub-release.ts"; +import { OPENCLAW_PLUGIN_NPM_REPOSITORY_URL } from "../scripts/lib/plugin-npm-release.ts"; import { cleanupTempDirs, makeTempRepoRoot } from "./helpers/temp-repo.js"; const tempDirs: string[] = []; @@ -146,7 +147,7 @@ describe("collectClawHubVersionGateErrors", () => { version: "2026.4.1", repository: { type: "git", - url: "https://github.com/openclaw/openclaw", + url: OPENCLAW_PLUGIN_NPM_REPOSITORY_URL, }, openclaw: { extensions: ["./index.ts"], @@ -345,7 +346,7 @@ function createTempPluginRepo( version: "2026.4.1", repository: { type: "git", - url: "https://github.com/openclaw/openclaw", + url: OPENCLAW_PLUGIN_NPM_REPOSITORY_URL, }, openclaw: { extensions: ["./index.ts"],