mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 18:04:31 +02: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):
|
def test_description(self):
|
||||||
self.assertEqual(
|
self.assertEqual(
|
||||||
"Automatically configure and run a simple webserver",
|
"Automatically use a temporary webserver",
|
||||||
self.plugin_ep.description)
|
self.plugin_ep.description)
|
||||||
|
|
||||||
def test_description_with_name(self):
|
def test_description_with_name(self):
|
||||||
|
|||||||
@@ -144,7 +144,7 @@ class Authenticator(common.Plugin):
|
|||||||
zope.interface.implements(interfaces.IAuthenticator)
|
zope.interface.implements(interfaces.IAuthenticator)
|
||||||
zope.interface.classProvides(interfaces.IPluginFactory)
|
zope.interface.classProvides(interfaces.IPluginFactory)
|
||||||
|
|
||||||
description = "Automatically configure and run a simple webserver"
|
description = "Automatically use a temporary webserver"
|
||||||
|
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
super(Authenticator, self).__init__(*args, **kwargs)
|
super(Authenticator, self).__init__(*args, **kwargs)
|
||||||
|
|||||||
Reference in New Issue
Block a user