summaryrefslogtreecommitdiff
path: root/osprofiler/tests/unit/test_web.py
diff options
context:
space:
mode:
Diffstat (limited to 'osprofiler/tests/unit/test_web.py')
-rw-r--r--osprofiler/tests/unit/test_web.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/osprofiler/tests/unit/test_web.py b/osprofiler/tests/unit/test_web.py
index 61015cb..7ceade0 100644
--- a/osprofiler/tests/unit/test_web.py
+++ b/osprofiler/tests/unit/test_web.py
@@ -13,7 +13,8 @@
# License for the specific language governing permissions and limitations
# under the License.
-import mock
+from unittest import mock
+
from webob import response as webob_response
from osprofiler import _utils as utils