summaryrefslogtreecommitdiff
path: root/saharaclient/tests/unit/osc/v1/test_job_types.py
diff options
context:
space:
mode:
Diffstat (limited to 'saharaclient/tests/unit/osc/v1/test_job_types.py')
-rw-r--r--saharaclient/tests/unit/osc/v1/test_job_types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/saharaclient/tests/unit/osc/v1/test_job_types.py b/saharaclient/tests/unit/osc/v1/test_job_types.py
index ccc7be3..8d1a319 100644
--- a/saharaclient/tests/unit/osc/v1/test_job_types.py
+++ b/saharaclient/tests/unit/osc/v1/test_job_types.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 job_types as api_jt
from saharaclient.api import jobs as api_j