diff options
author | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-05-23 13:34:27 +0200 |
---|---|---|
committer | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-05-23 13:34:27 +0200 |
commit | 3560afc50569169ceddf95ff755d231fd5858143 (patch) | |
tree | aff5d4bfe77489d5ee496ee11dd510a543dbf384 | |
parent | a33f8c09863381006f708a1e9d49997ed9f7befa (diff) | |
download | vyos-cloud-init-3560afc50569169ceddf95ff755d231fd5858143.tar.gz vyos-cloud-init-3560afc50569169ceddf95ff755d231fd5858143.zip |
fix function names in inline doc
-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 516dc694..6441374d 100644 --- a/tests/unittests/test_handler/test_handler_apt_source.py +++ b/tests/unittests/test_handler/test_handler_apt_source.py @@ -179,7 +179,7 @@ class TestAptSourceConfig(TestCase): self.apt_source_keyid(self.aptlistfile, cfg) def test_apt_source_keyid_nofn(self): - """ test_apt_source_keyid + """ test_apt_source_keyid_nofn Test specification of a source + keyid without filename being set """ cfg = {'source': ('deb ' @@ -224,7 +224,7 @@ class TestAptSourceConfig(TestCase): self.apt_source_key(self.aptlistfile, cfg) def test_apt_source_key_nofn(self): - """ test_apt_source_key + """ test_apt_source_key_nofn Test specification of a source + key without filename being set """ cfg = {'source': ('deb ' |