summaryrefslogtreecommitdiff
path: root/heat/tests/api/openstack_v1/test_stacks.py
diff options
context:
space:
mode:
Diffstat (limited to 'heat/tests/api/openstack_v1/test_stacks.py')
-rw-r--r--heat/tests/api/openstack_v1/test_stacks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/tests/api/openstack_v1/test_stacks.py b/heat/tests/api/openstack_v1/test_stacks.py
index f27253a4e..5a9f41eea 100644
--- a/heat/tests/api/openstack_v1/test_stacks.py
+++ b/heat/tests/api/openstack_v1/test_stacks.py
@@ -12,8 +12,8 @@
# under the License.
import json
+from unittest import mock
-import mock
from oslo_config import cfg
import webob.exc