From d826581d2696a1ac943ca7e798e617401f084fe7 Mon Sep 17 00:00:00 2001 From: Vincent Koc <25068+vincentkoc@users.noreply.github.com> Date: Sat, 11 Jul 2026 16:46:24 -0700 Subject: [PATCH] test(gateway): mock provider policy surface --- src/gateway/session-utils.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gateway/session-utils.test.ts b/src/gateway/session-utils.test.ts index efe796cb9264..c0e852be8a18 100644 --- a/src/gateway/session-utils.test.ts +++ b/src/gateway/session-utils.test.ts @@ -50,6 +50,7 @@ const providerArtifactMocks = vi.hoisted(() => ({ vi.mock("../plugins/provider-public-artifacts.js", () => ({ resolveBundledProviderPolicySurface: providerArtifactMocks.resolveBundledProviderPolicySurface, + resolveProviderPolicySurface: providerArtifactMocks.resolveBundledProviderPolicySurface, })); function closeSessionSqliteDatabasesForTest(): void {