summaryrefslogtreecommitdiff
path: root/tests/unittests/test_datasource/test_smartos.py
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@gmail.com>2016-05-19 15:33:15 -0700
committerJoshua Harlow <harlowja@gmail.com>2016-05-19 15:33:15 -0700
commit2fb5af62229b8975910bf0ef63731047bd8d7e63 (patch)
treedc1d367224916780a319f2d15757b7cf221884e3 /tests/unittests/test_datasource/test_smartos.py
parent6b97c4e462b19374d6af807b1f5b9c087aa97996 (diff)
downloadvyos-cloud-init-2fb5af62229b8975910bf0ef63731047bd8d7e63.tar.gz
vyos-cloud-init-2fb5af62229b8975910bf0ef63731047bd8d7e63.zip
Fix up tests and flake8 warnings
Diffstat (limited to 'tests/unittests/test_datasource/test_smartos.py')
-rw-r--r--tests/unittests/test_datasource/test_smartos.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/test_datasource/test_smartos.py b/tests/unittests/test_datasource/test_smartos.py
index 2f159ac4..28f56039 100644
--- a/tests/unittests/test_datasource/test_smartos.py
+++ b/tests/unittests/test_datasource/test_smartos.py
@@ -42,7 +42,7 @@ from cloudinit import helpers as c_helpers
from cloudinit.util import b64e
from .. import helpers
-from ..helpers import mock, SkipTest
+from ..helpers import mock
MOCK_RETURNS = {
'hostname': 'test-host',