diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-11-10 22:24:01 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-11-10 22:24:01 -0500 |
commit | 9cb3130b0b87eabe458df7dc113f00431ff3648e (patch) | |
tree | fd895d731b2b0fe56d66404f1b4d5de6a5738dc4 /tests | |
parent | 15f3d2e53437e18f50c037694e6db174c9d5cf8f (diff) | |
download | vyos-cloud-init-9cb3130b0b87eabe458df7dc113f00431ff3648e.tar.gz vyos-cloud-init-9cb3130b0b87eabe458df7dc113f00431ff3648e.zip |
revert unrelated whitespace changes that creeped in.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unittests/test_runs/test_simple_run.py | 6 |
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) |