mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
test(gateway): mock provider policy surface
This commit is contained in:
@@ -50,6 +50,7 @@ const providerArtifactMocks = vi.hoisted(() => ({
|
||||
|
||||
vi.mock("../plugins/provider-public-artifacts.js", () => ({
|
||||
resolveBundledProviderPolicySurface: providerArtifactMocks.resolveBundledProviderPolicySurface,
|
||||
resolveProviderPolicySurface: providerArtifactMocks.resolveBundledProviderPolicySurface,
|
||||
}));
|
||||
|
||||
function closeSessionSqliteDatabasesForTest(): void {
|
||||
|
||||
Reference in New Issue
Block a user