diff options
author | Scott Moser <smoser@ubuntu.com> | 2015-02-10 20:51:59 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2015-02-10 20:51:59 -0500 |
commit | f5f280cae778bd214b91664f28d9eed997fbcda5 (patch) | |
tree | 16fbbba437e1ad9db062552f18bd546168f41e1d /tests/unittests/test_data.py | |
parent | f67d459da3d81f3b4c4c4171eaf5940dbc73ea25 (diff) | |
download | vyos-cloud-init-f5f280cae778bd214b91664f28d9eed997fbcda5.tar.gz vyos-cloud-init-f5f280cae778bd214b91664f28d9eed997fbcda5.zip |
pep8
Diffstat (limited to 'tests/unittests/test_data.py')
-rw-r--r-- | tests/unittests/test_data.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unittests/test_data.py b/tests/unittests/test_data.py index e900faa8..e5b227f8 100644 --- a/tests/unittests/test_data.py +++ b/tests/unittests/test_data.py @@ -359,7 +359,6 @@ p: 1 mockobj.assert_called_once_with( ci.paths.get_ipath("cloud_config"), "", 0o600) - def test_mime_gzip_compressed(self): """Tests that individual message gzip encoding works.""" |