Skip to content

Commit 4731af2

Browse files
committed
update test case
1 parent 263b29b commit 4731af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/backend/src/tokens/__tests__/handshake.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ describe('HandshakeService', () => {
427427

428428
// Verify all required parameters are present
429429
expect(url.searchParams.get('redirect_url')).toBeDefined();
430-
expect(url.searchParams.get('__clerk_api_version')).toBe('2025-04-10');
430+
expect(url.searchParams.get('__clerk_api_version')).toBe('2025-10-01');
431431
expect(url.searchParams.get(constants.QueryParameters.SuffixedCookies)).toMatch(/^(true|false)$/);
432432
expect(url.searchParams.get(constants.QueryParameters.HandshakeReason)).toBe('test-reason');
433433
});

0 commit comments

Comments
 (0)