diff --git a/tests/security/test_auth_oauth.py b/tests/security/test_auth_oauth.py index d093b9f4b6..4c815eb571 100644 --- a/tests/security/test_auth_oauth.py +++ b/tests/security/test_auth_oauth.py @@ -822,7 +822,7 @@ def test_oauth_user_info_authentik_with_jwt_validation(self): "iss": "https://authentik.mydomain.com/application/o/flask-appbuilder-test/", "sub": "2ac1102e7cf5a4b1cb2dd5adbe4761c551691ecd88991f78d0195d4d3d0cfcfa", "aud": "CLIENT_ID", - "exp": 1703257941, + "exp": 3203257941, "iat": 1700665941, "auth_time": 7282182129, # 100 years from now ;) "acr": "goauthentik.io/providers/oauth2/default",