summaryrefslogtreecommitdiff
path: root/osprofiler/tests/unit/drivers/test_elasticsearch.py
diff options
context:
space:
mode:
Diffstat (limited to 'osprofiler/tests/unit/drivers/test_elasticsearch.py')
-rw-r--r--osprofiler/tests/unit/drivers/test_elasticsearch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/osprofiler/tests/unit/drivers/test_elasticsearch.py b/osprofiler/tests/unit/drivers/test_elasticsearch.py
index c7385de..a73b9bd 100644
--- a/osprofiler/tests/unit/drivers/test_elasticsearch.py
+++ b/osprofiler/tests/unit/drivers/test_elasticsearch.py
@@ -13,7 +13,7 @@
# License for the specific language governing permissions and limitations
# under the License.
-import mock
+from unittest import mock
from osprofiler.drivers.elasticsearch_driver import ElasticsearchDriver
from osprofiler.tests import test