summaryrefslogtreecommitdiff
path: root/tests/unittests/test_log.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unittests/test_log.py')
-rw-r--r--tests/unittests/test_log.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/test_log.py b/tests/unittests/test_log.py
index e069a487..3d1b9582 100644
--- a/tests/unittests/test_log.py
+++ b/tests/unittests/test_log.py
@@ -9,7 +9,7 @@ import time
from cloudinit import log as ci_logging
from cloudinit.analyze.dump import CLOUD_INIT_ASCTIME_FMT
-from cloudinit.tests.helpers import CiTestCase
+from tests.unittests.helpers import CiTestCase
class TestCloudInitLogger(CiTestCase):