summaryrefslogtreecommitdiff
path: root/saharaclient/tests/unit/osc/v2/test_clusters.py
diff options
context:
space:
mode:
Diffstat (limited to 'saharaclient/tests/unit/osc/v2/test_clusters.py')
-rw-r--r--saharaclient/tests/unit/osc/v2/test_clusters.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/saharaclient/tests/unit/osc/v2/test_clusters.py b/saharaclient/tests/unit/osc/v2/test_clusters.py
index 6bbb725..99c07b6 100644
--- a/saharaclient/tests/unit/osc/v2/test_clusters.py
+++ b/saharaclient/tests/unit/osc/v2/test_clusters.py
@@ -13,8 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-import mock
from osc_lib.tests import utils as osc_utils
+from unittest import mock
from saharaclient.api import cluster_templates as api_ct
from saharaclient.api import clusters as api_cl