Skip to content

Commit 049d536

Browse files
committed
🐛 fix(e2e): update glm-5-turbo max_tokens assertion (#404)
1 parent c578bfb commit 049d536

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/vscode-e2e/src/suite/providers/zai.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@ suite("Z.ai GLM provider", function () {
277277
// from the prior test overwriting requestCapture before this assertion runs.
278278
assert.strictEqual(
279279
capturedMaxTokens,
280-
40_551,
281-
`max_tokens should default to the glm-5-turbo clamp (40_551) but was ${capturedMaxTokens}`,
280+
40_000,
281+
`max_tokens should default to the glm-5-turbo clamp (40_000) but was ${capturedMaxTokens}`,
282282
)
283283
})
284284
})

0 commit comments

Comments
 (0)