Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test(plugins): align invalid snapshot fixture with feed URL
  • Loading branch information
giodl73-repo committed Jun 27, 2026
commit 45857b52830f1bfb446632d24fa7eda7e7482153
3 changes: 2 additions & 1 deletion src/plugins/official-external-plugin-catalog.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { describe, expect, it, vi } from "vitest";
import officialExternalPluginCatalog from "../../scripts/lib/official-external-plugin-catalog.json" with { type: "json" };
import {
type OfficialExternalPluginCatalogEntry,
DEFAULT_OFFICIAL_EXTERNAL_PLUGIN_CATALOG_FEED_URL,
createInMemoryHostedOfficialExternalPluginCatalogSnapshotStore,
getOfficialExternalPluginCatalogEntry,
isOfficialExternalPluginCatalogFeed,
Expand Down Expand Up @@ -487,7 +488,7 @@ describe("official external plugin catalog", () => {
entries: [],
}),
metadata: {
url: "https://register.openclaw.ai/official-external-plugin-catalog.json",
url: DEFAULT_OFFICIAL_EXTERNAL_PLUGIN_CATALOG_FEED_URL,
status: 200,
checksum: "sha256:not-current",
},
Expand Down