summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>2016-05-25 13:18:50 +0200
committerChristian Ehrhardt <christian.ehrhardt@canonical.com>2016-05-25 13:18:50 +0200
commit12cf5ce64f0252a67c6a9dcbd9d3c93a1a07ccad (patch)
tree1e08bbd2495e8abe64b5feb4beaa18933f8e07e1
parenta84747a8b7a6b527e8ee294e6fc04d70a7090bc5 (diff)
downloadvyos-cloud-init-12cf5ce64f0252a67c6a9dcbd9d3c93a1a07ccad.tar.gz
vyos-cloud-init-12cf5ce64f0252a67c6a9dcbd9d3c93a1a07ccad.zip
fix inline doc of test_apt_src_longkeyid_real
-rw-r--r--tests/unittests/test_handler/test_handler_apt_source.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/test_handler/test_handler_apt_source.py b/tests/unittests/test_handler/test_handler_apt_source.py
index 1b2bc58f..753e86a8 100644
--- a/tests/unittests/test_handler/test_handler_apt_source.py
+++ b/tests/unittests/test_handler/test_handler_apt_source.py
@@ -454,7 +454,7 @@ class TestAptSourceConfig(TestCase):
self.assertFalse(os.path.isfile(self.aptlistfile))
def test_apt_src_longkeyid_real(self):
- """ test_apt_src_keyid_real
+ """ test_apt_src_longkeyid_real
Test specification of a long key fingerprint without source incl
up to addition of the key (nothing but add_key_raw mocked)
"""