mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
Fixed tests
This commit is contained in:
parent
df2ba1ba46
commit
e9661c9634
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ class PluginEntryPointTest(unittest.TestCase):
|
|||
|
||||
def test_description(self):
|
||||
self.assertEqual(
|
||||
"Automatically configure and run a simple webserver",
|
||||
"Automatically use a temporary webserver",
|
||||
self.plugin_ep.description)
|
||||
|
||||
def test_description_with_name(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue