mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Improve ensureParsableAccessToken test
This commit is contained in:
parent
9b62279aa2
commit
0f1ac3d686
@ -206,7 +206,7 @@ export namespace Auth {
|
||||
"branchId": "main",
|
||||
"displayName": expect.toSatisfy(() => true),
|
||||
"primaryEmail": expect.toSatisfy(() => true),
|
||||
"primaryEmailVerified": expect.toSatisfy(() => true),
|
||||
"primaryEmailVerified": expect.any(Boolean),
|
||||
"selectedTeamId": expect.toSatisfy(() => true),
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user