summaryrefslogtreecommitdiff
path: root/oslo_policy/tests/test_external.py
diff options
context:
space:
mode:
Diffstat (limited to 'oslo_policy/tests/test_external.py')
-rw-r--r--oslo_policy/tests/test_external.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/oslo_policy/tests/test_external.py b/oslo_policy/tests/test_external.py
index 92ff539..80fdec8 100644
--- a/oslo_policy/tests/test_external.py
+++ b/oslo_policy/tests/test_external.py
@@ -14,7 +14,8 @@
# under the License.
import json
-import mock
+from unittest import mock
+
from oslo_serialization import jsonutils
from requests_mock.contrib import fixture as rm_fixture
import six.moves.urllib.parse as urlparse