diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-03-07 09:54:04 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-03-07 09:54:04 -0500 |
commit | 3703ed74cea613e96f3d882e90af1cadae30a092 (patch) | |
tree | 6f365ea0e55a8a9706d013875501c1fc931728b9 /tests/unittests/test_datasource/test_maas.py | |
parent | ea7ccdb7c118661b8e2487e5b6c7c00fda4e0c85 (diff) | |
download | vyos-cloud-init-3703ed74cea613e96f3d882e90af1cadae30a092.tar.gz vyos-cloud-init-3703ed74cea613e96f3d882e90af1cadae30a092.zip |
fix pylint and pep8 warnings
Diffstat (limited to 'tests/unittests/test_datasource/test_maas.py')
-rw-r--r-- | tests/unittests/test_datasource/test_maas.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/test_datasource/test_maas.py b/tests/unittests/test_datasource/test_maas.py index dc8964d3..4f896add 100644 --- a/tests/unittests/test_datasource/test_maas.py +++ b/tests/unittests/test_datasource/test_maas.py @@ -39,7 +39,7 @@ class TestMaasDataSource(TestCase): # verify that 'userdata' is not returned as part of the metadata self.assertFalse(('user-data' in metadata)) - + def test_seed_dir_valid_extra(self): """Verify extra files do not affect seed_dir validity """ |