mirror of
https://github.com/certbot/certbot.git
synced 2026-01-21 19:01:07 +03:00
Merge pull request #1182 from letsencrypt/standalone_description
Update standalone description
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -144,7 +144,7 @@ class Authenticator(common.Plugin):
|
||||
zope.interface.implements(interfaces.IAuthenticator)
|
||||
zope.interface.classProvides(interfaces.IPluginFactory)
|
||||
|
||||
description = "Automatically configure and run a simple webserver"
|
||||
description = "Automatically use a temporary webserver"
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(Authenticator, self).__init__(*args, **kwargs)
|
||||
|
||||
Reference in New Issue
Block a user