File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
packages-exp/auth-exp/test/integration/flows Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ describe('Integration test: headless IdP', () => {
58
58
email = randomEmail ( ) ;
59
59
oauthIdToken = JSON . stringify ( {
60
60
email,
61
- email_verified : true ,
61
+ ' email_verified' : true ,
62
62
sub : `oauthidp--${ email } --oauthidp`
63
63
} ) ;
64
64
} ) ;
@@ -173,7 +173,7 @@ describe('Integration test: headless IdP', () => {
173
173
JSON . stringify ( {
174
174
sub : googleEmail ,
175
175
email : googleEmail ,
176
- email_verified : true
176
+ ' email_verified' : true
177
177
} )
178
178
) ;
179
179
@@ -236,16 +236,16 @@ describe('Integration test: headless IdP', () => {
236
236
const googleCredential = GoogleAuthProvider . credential (
237
237
JSON . stringify ( {
238
238
sub : email ,
239
- email : email ,
240
- email_verified : true
239
+ email,
240
+ ' email_verified' : true
241
241
} )
242
242
) ;
243
243
244
244
const githubCredential = GithubAuthProvider . credential (
245
245
JSON . stringify ( {
246
246
sub : email ,
247
- email : email ,
248
- email_verified : true
247
+ email,
248
+ ' email_verified' : true
249
249
} )
250
250
) ;
251
251
You can’t perform that action at this time.
0 commit comments