test(gateway): mock provider policy surface

This commit is contained in:
Vincent Koc
2026-07-11 16:46:24 -07:00
committed by Vincent Koc
parent 38b2494bfc
commit d826581d26
+1
View File
@@ -50,6 +50,7 @@ const providerArtifactMocks = vi.hoisted(() => ({
vi.mock("../plugins/provider-public-artifacts.js", () => ({
resolveBundledProviderPolicySurface: providerArtifactMocks.resolveBundledProviderPolicySurface,
resolveProviderPolicySurface: providerArtifactMocks.resolveBundledProviderPolicySurface,
}));
function closeSessionSqliteDatabasesForTest(): void {