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 b73afbf commit db961afCopy full SHA for db961af
integration/tests/handshake.test.ts
@@ -1437,7 +1437,7 @@ test.describe('Client handshake with an organization activation avoids infinite
1437
// Critical cookie: __clerk_redirect_count
1438
headers.set(
1439
'Cookie',
1440
- `${devBrowserCookie} __client_uat=${claims.iat}; __session=${token}; __clerk_redirect_count=1`,
+ `${devBrowserCookie} __client_uat=${claims.iat}; __session=${token}; __clerk_redirect_count=3`,
1441
);
1442
1443
const res = await fetch(thisApp.serverUrl + '/organizations-by-id/org_a', {
0 commit comments