diff --git a/tests/oidc/core/token/test_token_response.py b/tests/oidc/core/token/test_token_response.py index fa635bfb2..74468fb7b 100644 --- a/tests/oidc/core/token/test_token_response.py +++ b/tests/oidc/core/token/test_token_response.py @@ -72,6 +72,7 @@ def test_access_token_correct_fields(token_response): "exp", "iat", "jti", + "scope", "context", "azp", }