1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00

fixed tests to match updated description string

This commit is contained in:
Noah Swartz
2015-10-28 15:37:43 -07:00
parent 09f9b6a348
commit 989c4d9514

View File

@@ -51,7 +51,7 @@ class PluginEntryPointTest(unittest.TestCase):
def test_description(self):
self.assertEqual(
"Run A Standalone Webserver To Prove That You Control Domains",
"Automatically configure and run a simple webserver",
self.plugin_ep.description)
def test_description_with_name(self):