diff options
author | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-05-12 16:54:20 +0200 |
---|---|---|
committer | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-05-12 16:54:20 +0200 |
commit | 4f6b14ea0f21f015ce73a28d985ecded981b931d (patch) | |
tree | 97e3aabb8da1b85bd7a21e7ed42fbf3129ec3263 /tests/unittests/test_handler | |
parent | 3be3e7452410d97ef9f9d4b525fa828de1f57bc0 (diff) | |
download | vyos-cloud-init-4f6b14ea0f21f015ce73a28d985ecded981b931d.tar.gz vyos-cloud-init-4f6b14ea0f21f015ce73a28d985ecded981b931d.zip |
remove no more applicable "not supported" statements
Diffstat (limited to 'tests/unittests/test_handler')
-rw-r--r-- | tests/unittests/test_handler/test_handler_apt_source.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unittests/test_handler/test_handler_apt_source.py b/tests/unittests/test_handler/test_handler_apt_source.py index 38c93e0e..23f458eb 100644 --- a/tests/unittests/test_handler/test_handler_apt_source.py +++ b/tests/unittests/test_handler/test_handler_apt_source.py @@ -141,7 +141,7 @@ class TestAptSourceConfig(TestCase): def test_apt_source_keyonly(self): """ test_apt_source_keyonly - Test specification key without source (not yet supported) + Test specification key without source """ params = self._get_default_params() cfg = {'key': "fakekey 4242", @@ -158,7 +158,7 @@ class TestAptSourceConfig(TestCase): def test_apt_source_keyidonly(self): """ test_apt_source_keyidonly - Test specification of a keyid without source (not yet supported) + Test specification of a keyid without source """ params = self._get_default_params() cfg = {'keyid': "03683F77", |