test(gateway): expect provider policy context

This commit is contained in:
Vincent Koc
2026-07-12 08:40:22 +08:00
committed by Vincent Koc
parent d826581d26
commit c2819d5cfa
+1
View File
@@ -694,6 +694,7 @@ describe("gateway session utils", () => {
expect(row.thinkingLevels?.map((level) => level.id)).toContain("xhigh");
expect(providerArtifactMocks.resolveBundledProviderPolicySurface).toHaveBeenCalledWith(
"openai",
{ manifestRegistry: undefined },
);
});