summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/unittests/test_handler/test_handler_apt_source.py4
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",