summaryrefslogtreecommitdiff
path: root/tests/oauth2/rfc6749/endpoints/test_client_authentication.py
diff options
context:
space:
mode:
authorJonathan Huot <JonathanHuot@users.noreply.github.com>2020-04-22 16:11:47 +0200
committerGitHub <noreply@github.com>2020-04-22 16:11:47 +0200
commitaf5ac6d7da7aaad09ab5ffeb31a2972aaffe3e2f (patch)
treee7dc3844024d38021ba4edc4fb6dbb55a85d2e56 /tests/oauth2/rfc6749/endpoints/test_client_authentication.py
parent75b9f4f7e4387e670a3fae925d5522ff3a01a746 (diff)
parent82544c2034987080ad6e11c3f1efe7378467c57b (diff)
downloadoauthlib-af5ac6d7da7aaad09ab5ffeb31a2972aaffe3e2f.tar.gz
Merge branch 'master' into doc-sponsor
Diffstat (limited to 'tests/oauth2/rfc6749/endpoints/test_client_authentication.py')
-rw-r--r--tests/oauth2/rfc6749/endpoints/test_client_authentication.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/oauth2/rfc6749/endpoints/test_client_authentication.py b/tests/oauth2/rfc6749/endpoints/test_client_authentication.py
index 48b5485..69cb7ee 100644
--- a/tests/oauth2/rfc6749/endpoints/test_client_authentication.py
+++ b/tests/oauth2/rfc6749/endpoints/test_client_authentication.py
@@ -11,7 +11,7 @@ prevents this check from being circumvented with a client form parameter.
"""
import json
-import mock
+from unittest import mock
from oauthlib.oauth2 import (BackendApplicationServer, LegacyApplicationServer,
MobileApplicationServer, RequestValidator,