From c2819d5cfaaa82561c8a58d1fe3ea27a492f086a Mon Sep 17 00:00:00 2001 From: Vincent Koc <25068+vincentkoc@users.noreply.github.com> Date: Sat, 11 Jul 2026 16:49:13 -0700 Subject: [PATCH] test(gateway): expect provider policy context --- 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 c0e852be8a18..e6637bb6dcec 100644 --- a/src/gateway/session-utils.test.ts +++ b/src/gateway/session-utils.test.ts @@ -694,6 +694,7 @@ describe("gateway session utils", () => { expect(row.thinkingLevels?.map((level) => level.id)).toContain("xhigh"); expect(providerArtifactMocks.resolveBundledProviderPolicySurface).toHaveBeenCalledWith( "openai", + { manifestRegistry: undefined }, ); });