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, }