Skip to content

Commit db961af

Browse files
committed
fix test
1 parent b73afbf commit db961af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/tests/handshake.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1437,7 +1437,7 @@ test.describe('Client handshake with an organization activation avoids infinite
14371437
// Critical cookie: __clerk_redirect_count
14381438
headers.set(
14391439
'Cookie',
1440-
`${devBrowserCookie} __client_uat=${claims.iat}; __session=${token}; __clerk_redirect_count=1`,
1440+
`${devBrowserCookie} __client_uat=${claims.iat}; __session=${token}; __clerk_redirect_count=3`,
14411441
);
14421442

14431443
const res = await fetch(thisApp.serverUrl + '/organizations-by-id/org_a', {

0 commit comments

Comments
 (0)