mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-26 12:26:38 -06:00
fix(test): restore model-resolution metadata scope (#129627)
This commit is contained in:
committed by
GitHub
parent
ce9a4c9a60
commit
48e7b02caa
@@ -138,11 +138,6 @@ vi.mock("../../plugins/provider-runtime.js", () => ({
|
||||
prepareProviderRuntimeAuth: vi.fn(async () => undefined),
|
||||
}));
|
||||
|
||||
vi.mock("../../plugins/current-plugin-metadata-snapshot.js", () => ({
|
||||
getCurrentPluginMetadataSnapshot: () => ({ plugins: [] }),
|
||||
withPluginMetadataSnapshotScope: (_snapshot: unknown, run: () => unknown) => run(),
|
||||
}));
|
||||
|
||||
vi.mock("../provider-secret-egress.js", () => ({
|
||||
protectPreparedProviderRuntimeAuth: (value: unknown) => value,
|
||||
unwrapSecretSentinelsForProviderEgress: (value: unknown) => value,
|
||||
|
||||
Reference in New Issue
Block a user