test: fix bedrock test (#23351)

This commit is contained in:
Aiden Cline 2026-04-18 17:46:15 -05:00 committed by GitHub
parent 1d54b0e540
commit 78ca49a1bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2804,12 +2804,14 @@ describe("ProviderTransform.variants", () => {
reasoningConfig: {
type: "adaptive",
maxReasoningEffort: "xhigh",
display: "summarized",
},
})
expect(result.max).toEqual({
reasoningConfig: {
type: "adaptive",
maxReasoningEffort: "max",
display: "summarized",
},
})
})