summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJonathan Huot <jonathan.huot@thomsonreuters.com>2018-07-30 14:49:44 +0200
committerJonathan Huot <jonathan.huot@thomsonreuters.com>2018-07-30 14:49:44 +0200
commit79962015ab8d020a390aa4872777efcc727f5440 (patch)
tree57a804c64525fc89d5a74b034afef143f9cd8ede /tests
parent3b6be54ab967d9ac6174fae97b5368c1d9f6c6c3 (diff)
downloadoauthlib-79962015ab8d020a390aa4872777efcc727f5440.tar.gz
confirm_r. is called after auth_client
Diffstat (limited to 'tests')
-rw-r--r--tests/oauth2/rfc6749/endpoints/test_error_responses.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/oauth2/rfc6749/endpoints/test_error_responses.py b/tests/oauth2/rfc6749/endpoints/test_error_responses.py
index 875b3a5..9f46f34 100644
--- a/tests/oauth2/rfc6749/endpoints/test_error_responses.py
+++ b/tests/oauth2/rfc6749/endpoints/test_error_responses.py
@@ -237,7 +237,6 @@ class ErrorResponseTest(TestCase):
def test_access_denied(self):
self.validator.authenticate_client.side_effect = self.set_client
- self.validator.confirm_redirect_uri.return_value = False
token_uri = 'https://i.b/token'
# Authorization code grant
_, body, _ = self.web.create_token_response(token_uri,