From 797e591e773cc8fdd10d60766c76faf034d2ae41 Mon Sep 17 00:00:00 2001 From: Joakim Plate Date: Sun, 17 May 2020 11:27:47 +0200 Subject: [PATCH] Set email_verified --- tests/auth/providers/test_openid.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/auth/providers/test_openid.py b/tests/auth/providers/test_openid.py index 0591d6a7520ba6..f119dc81065a5c 100644 --- a/tests/auth/providers/test_openid.py +++ b/tests/auth/providers/test_openid.py @@ -46,6 +46,7 @@ "iat": datetime(2020, 1, 1, tzinfo=timezone.utc).timestamp(), "name": "John Doe", "email": CONST_EMAIL, + "email_verified": True, }