summaryrefslogtreecommitdiff
path: root/nova/tests/functional/test_server_faults.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/tests/functional/test_server_faults.py')
-rw-r--r--nova/tests/functional/test_server_faults.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/functional/test_server_faults.py b/nova/tests/functional/test_server_faults.py
index 91f813f070..edc3c3b377 100644
--- a/nova/tests/functional/test_server_faults.py
+++ b/nova/tests/functional/test_server_faults.py
@@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations
# under the License.
-import mock
+from unittest import mock
from nova import test
from nova.tests import fixtures as nova_fixtures