summaryrefslogtreecommitdiff
path: root/heat/tests/clients/test_blazar_client.py
diff options
context:
space:
mode:
Diffstat (limited to 'heat/tests/clients/test_blazar_client.py')
-rw-r--r--heat/tests/clients/test_blazar_client.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/heat/tests/clients/test_blazar_client.py b/heat/tests/clients/test_blazar_client.py
index f9410f9fe..e671f862c 100644
--- a/heat/tests/clients/test_blazar_client.py
+++ b/heat/tests/clients/test_blazar_client.py
@@ -11,9 +11,10 @@
# License for the specific language governing permissions and limitations
# under the License.
+from unittest import mock
+
from heat.tests import common
from heat.tests import utils
-import mock
class BlazarClientPluginTest(common.HeatTestCase):