Skip to content

Commit

Permalink
test(scope): Fix test so it expects new scope claim in tkn
Browse files Browse the repository at this point in the history
  • Loading branch information
vpsx committed Jul 23, 2020
1 parent e73d580 commit 140c59b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/oidc/core/token/test_token_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def test_access_token_correct_fields(token_response):
"exp",
"iat",
"jti",
"scope",
"context",
"azp",
}
Expand Down

0 comments on commit 140c59b

Please sign in to comment.