summaryrefslogtreecommitdiff
path: root/nova/tests/unit/test_service_auth.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/tests/unit/test_service_auth.py')
-rw-r--r--nova/tests/unit/test_service_auth.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/nova/tests/unit/test_service_auth.py b/nova/tests/unit/test_service_auth.py
index db2a2e2899..5f07515188 100644
--- a/nova/tests/unit/test_service_auth.py
+++ b/nova/tests/unit/test_service_auth.py
@@ -10,9 +10,10 @@
# License for the specific language governing permissions and limitations
# under the License.
+from unittest import mock
+
from keystoneauth1 import loading as ks_loading
from keystoneauth1 import service_token
-import mock
from nova import context
from nova import service_auth