Skip to content

Commit

Permalink
Set email_verified
Browse files Browse the repository at this point in the history
  • Loading branch information
elupus committed May 17, 2020
1 parent de388d2 commit 797e591
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/auth/providers/test_openid.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"iat": datetime(2020, 1, 1, tzinfo=timezone.utc).timestamp(),
"name": "John Doe",
"email": CONST_EMAIL,
"email_verified": True,
}


Expand Down

0 comments on commit 797e591

Please sign in to comment.