summaryrefslogtreecommitdiff
path: root/tests/openid/connect/core/endpoints/test_userinfo_endpoint.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/openid/connect/core/endpoints/test_userinfo_endpoint.py')
-rw-r--r--tests/openid/connect/core/endpoints/test_userinfo_endpoint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openid/connect/core/endpoints/test_userinfo_endpoint.py b/tests/openid/connect/core/endpoints/test_userinfo_endpoint.py
index 9edc970..dd48bdd 100644
--- a/tests/openid/connect/core/endpoints/test_userinfo_endpoint.py
+++ b/tests/openid/connect/core/endpoints/test_userinfo_endpoint.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-import mock
+from unittest import mock
import json
from oauthlib.openid import RequestValidator