mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
Fix test
This commit is contained in:
parent
c3244df951
commit
894af91777
1 changed files with 1 additions and 3 deletions
|
|
@ -55,9 +55,7 @@ class PluginEntryPointTest(unittest.TestCase):
|
|||
name, PluginEntryPoint.entry_point_to_plugin_name(entry_point))
|
||||
|
||||
def test_description(self):
|
||||
self.assertEqual(
|
||||
"Automatically use a temporary webserver",
|
||||
self.plugin_ep.description)
|
||||
self.assertTrue("temporary webserver" in 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