mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:50:43 +00:00
test: align media defaults metadata fixture
This commit is contained in:
@@ -77,6 +77,18 @@ vi.mock("../plugins/plugin-registry.js", () => ({
|
||||
plugins: mediaMetadataPlugins,
|
||||
diagnostics: [],
|
||||
}),
|
||||
loadPluginRegistrySnapshotWithMetadata: () => ({
|
||||
source: "derived",
|
||||
snapshot: { plugins: [] },
|
||||
diagnostics: [],
|
||||
}),
|
||||
}));
|
||||
|
||||
vi.mock("../plugins/manifest-contract-eligibility.js", () => ({
|
||||
loadManifestMetadataSnapshot: () => ({
|
||||
index: { plugins: [] },
|
||||
plugins: mediaMetadataPlugins,
|
||||
}),
|
||||
}));
|
||||
|
||||
import {
|
||||
|
||||
Reference in New Issue
Block a user