We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263b29b commit 4731af2Copy full SHA for 4731af2
packages/backend/src/tokens/__tests__/handshake.test.ts
@@ -427,7 +427,7 @@ describe('HandshakeService', () => {
427
428
// Verify all required parameters are present
429
expect(url.searchParams.get('redirect_url')).toBeDefined();
430
- expect(url.searchParams.get('__clerk_api_version')).toBe('2025-04-10');
+ expect(url.searchParams.get('__clerk_api_version')).toBe('2025-10-01');
431
expect(url.searchParams.get(constants.QueryParameters.SuffixedCookies)).toMatch(/^(true|false)$/);
432
expect(url.searchParams.get(constants.QueryParameters.HandshakeReason)).toBe('test-reason');
433
});
0 commit comments