test: keep SDK testing off bundled inventory · openclaw/openclaw@3ae796b
steipete
·
2026-04-28
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -43,7 +43,6 @@ export {
|
43 | 43 | resolveWebFetchProviderContractEntriesForPluginId, |
44 | 44 | resolveWebSearchProviderContractEntriesForPluginId, |
45 | 45 | } from "../plugins/contracts/registry.js"; |
46 | | -export { BUNDLED_PLUGIN_CONTRACT_SNAPSHOTS } from "../plugins/contracts/inventory/bundled-capability-metadata.js"; |
47 | 46 | export { loadPluginManifestRegistry } from "../plugins/manifest-registry.js"; |
48 | 47 | export { parseMinHostVersionRequirement } from "../plugins/min-host-version.js"; |
49 | 48 | export { resolveBundledExplicitProviderContractsFromPublicArtifacts } from "../plugins/provider-contract-public-artifacts.js"; |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -2,13 +2,13 @@ import type { AssistantMessage } from "@mariozechner/pi-ai";
|
2 | 2 | import type { ResolvedTtsConfig, SpeechProviderPlugin } from "openclaw/plugin-sdk/speech-core"; |
3 | 3 | import type { OpenClawConfig } from "openclaw/plugin-sdk/testing"; |
4 | 4 | import { |
5 | | -BUNDLED_PLUGIN_CONTRACT_SNAPSHOTS, |
6 | 5 | createEmptyPluginRegistry, |
7 | 6 | setActivePluginRegistry, |
8 | 7 | withEnv, |
9 | 8 | withEnvAsync, |
10 | 9 | } from "openclaw/plugin-sdk/testing"; |
11 | 10 | import { beforeEach, describe, expect, it, vi } from "vitest"; |
| 11 | +import { BUNDLED_PLUGIN_CONTRACT_SNAPSHOTS } from "../../../src/plugins/contracts/inventory/bundled-capability-metadata.js"; |
12 | 12 | import { resolveWorkspacePackagePublicModuleUrl } from "./public-surface-loader.js"; |
13 | 13 | |
14 | 14 | type TtsRuntimeModule = typeof import("openclaw/plugin-sdk/tts-runtime"); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。