mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-21 10:16:44 +00:00
test(gateway): expect provider policy context
This commit is contained in:
@@ -694,6 +694,7 @@ describe("gateway session utils", () => {
|
||||
expect(row.thinkingLevels?.map((level) => level.id)).toContain("xhigh");
|
||||
expect(providerArtifactMocks.resolveBundledProviderPolicySurface).toHaveBeenCalledWith(
|
||||
"openai",
|
||||
{ manifestRegistry: undefined },
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user