summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/unittests/test_runs/test_simple_run.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/unittests/test_runs/test_simple_run.py b/tests/unittests/test_runs/test_simple_run.py
index 60ef812a..22d6cf2c 100644
--- a/tests/unittests/test_runs/test_simple_run.py
+++ b/tests/unittests/test_runs/test_simple_run.py
@@ -37,13 +37,11 @@ class TestSimpleRun(helpers.FilesystemMockingTestCase):
self.replicateTestRoot('simple_ubuntu', new_root)
cfg = {
'datasource_list': ['None'],
- 'write_files': [
- {
+ 'write_files': [{
'path': '/etc/blah.ini',
'content': 'blah',
'permissions': 0755,
- },
- ],
+ }],
'cloud_init_modules': ['write-files'],
}
cloud_cfg = util.yaml_dumps(cfg)