summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2012-08-23 17:13:50 -0400
committerScott Moser <smoser@ubuntu.com>2012-08-23 17:13:50 -0400
commit5d57d93ff5e505e081abf2ff98569aa00fe679da (patch)
treeede4178c6c45cd583558053ce222b44e5694de68 /tests
parent085ce6b6fcc86101b3c5cc6fe40f66451034f453 (diff)
downloadvyos-cloud-init-5d57d93ff5e505e081abf2ff98569aa00fe679da.tar.gz
vyos-cloud-init-5d57d93ff5e505e081abf2ff98569aa00fe679da.zip
fix pep8 and pylint
Diffstat (limited to 'tests')
-rw-r--r--tests/unittests/test_datasource/test_configdrive.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/unittests/test_datasource/test_configdrive.py b/tests/unittests/test_datasource/test_configdrive.py
index f73200e5..a801826b 100644
--- a/tests/unittests/test_datasource/test_configdrive.py
+++ b/tests/unittests/test_datasource/test_configdrive.py
@@ -4,7 +4,6 @@ import os
import os.path
from cloudinit.sources import DataSourceConfigDrive
-from cloudinit import url_helper
from mocker import MockerTestCase
@@ -54,7 +53,7 @@ CFG_DRIVE_FILES_V2 = {
'openstack/2012-08-10/user_data': USER_DATA,
'openstack/content/0000': CONTENT_0,
'openstack/content/0001': CONTENT_1,
- 'openstack/latest/meta_data.json': json.dumps(OSTACK_META),
+ 'openstack/latest/meta_data.json': json.dumps(OSTACK_META),
'openstack/latest/user_data': USER_DATA}