mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
fixed unit test testing standalone desc
This commit is contained in:
parent
dd1df820ad
commit
46ac0169b5
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ class PluginEntryPointTest(unittest.TestCase):
|
|||
name, PluginEntryPoint.entry_point_to_plugin_name(entry_point))
|
||||
|
||||
def test_description(self):
|
||||
self.assertEqual("Standalone Authenticator", self.plugin_ep.description)
|
||||
self.assertEqual("LE Will Automatically Test Your Domain", self.plugin_ep.description)
|
||||
|
||||
def test_description_with_name(self):
|
||||
self.plugin_ep.plugin_cls = mock.MagicMock(description="Desc")
|
||||
|
|
|
|||
Loading…
Reference in a new issue