Skip to content

Commit

Permalink
Improve happy path test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac Pullar-Strecker authored and juanifioren committed Dec 14, 2023
1 parent 8bfcd47 commit 0f236e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oidc_provider/tests/cases/test_token_endpoint.py
Expand Up @@ -824,7 +824,7 @@ def test_pkce_parameters(self):

response = self._post_request(post_data)

json.loads(response.content.decode('utf-8'))
self.assertIn('access_token', json.loads(response.content.decode('utf-8')))

def test_pkce_missing_code_verifier(self):
"""
Expand Down

0 comments on commit 0f236e8

Please sign in to comment.