summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/unittests/test_cli.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/unittests/test_cli.py b/tests/unittests/test_cli.py
index 8268cd5e..a53e7116 100644
--- a/tests/unittests/test_cli.py
+++ b/tests/unittests/test_cli.py
@@ -4,10 +4,11 @@ import six
import sys
from . import helpers as test_helpers
-mock = test_helpers.mock
from cloudinit.cmd import main as cli
+mock = test_helpers.mock
+
class TestCLI(test_helpers.FilesystemMockingTestCase):