summaryrefslogtreecommitdiff
path: root/saharaclient/tests/unit/test_manager.py
diff options
context:
space:
mode:
Diffstat (limited to 'saharaclient/tests/unit/test_manager.py')
-rw-r--r--saharaclient/tests/unit/test_manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/saharaclient/tests/unit/test_manager.py b/saharaclient/tests/unit/test_manager.py
index 176154f..3d91b08 100644
--- a/saharaclient/tests/unit/test_manager.py
+++ b/saharaclient/tests/unit/test_manager.py
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-import mock
+from unittest import mock
from saharaclient.api import base
from saharaclient.tests.unit import base as test_base