diff options
author | Scott Moser <smoser@ubuntu.com> | 2015-03-02 15:41:16 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2015-03-02 15:41:16 -0500 |
commit | f0388cfffadc0596faeda9e11775597444bff25d (patch) | |
tree | bd747eea420b385594d915e9c8944183f0c5dbf3 /tests | |
parent | c9c811b2c3bad00cc1f0a3db6b7173bab3b1a7ad (diff) | |
download | vyos-cloud-init-f0388cfffadc0596faeda9e11775597444bff25d.tar.gz vyos-cloud-init-f0388cfffadc0596faeda9e11775597444bff25d.zip |
pep8
Diffstat (limited to 'tests')
-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 48475515..8fc280e4 100644 --- a/tests/unittests/test_data.py +++ b/tests/unittests/test_data.py @@ -58,7 +58,6 @@ def gzip_text(text): return contents.getvalue() - # FIXME: these tests shouldn't be checking log output?? # Weirddddd... class TestConsumeUserData(helpers.FilesystemMockingTestCase): |