mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
fixed tests to match updated description string
This commit is contained in:
parent
09f9b6a348
commit
989c4d9514
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue