summaryrefslogtreecommitdiff
path: root/oslo_middleware/tests/test_healthcheck.py
diff options
context:
space:
mode:
Diffstat (limited to 'oslo_middleware/tests/test_healthcheck.py')
-rw-r--r--oslo_middleware/tests/test_healthcheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_middleware/tests/test_healthcheck.py b/oslo_middleware/tests/test_healthcheck.py
index 9220ea4..d82316f 100644
--- a/oslo_middleware/tests/test_healthcheck.py
+++ b/oslo_middleware/tests/test_healthcheck.py
@@ -15,8 +15,8 @@
import threading
import time
+from unittest import mock
-import mock
from oslo_config import fixture as config
from oslo_serialization import jsonutils
from oslotest import base as test_base