From 46ac0169b5d98ae7fc87e34022206eef7cfbd239 Mon Sep 17 00:00:00 2001 From: Noah Swartz Date: Thu, 22 Oct 2015 17:44:57 -0700 Subject: [PATCH] fixed unit test testing standalone desc --- letsencrypt/plugins/disco_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/plugins/disco_test.py b/letsencrypt/plugins/disco_test.py index 8660d94a1..bc645d94e 100644 --- a/letsencrypt/plugins/disco_test.py +++ b/letsencrypt/plugins/disco_test.py @@ -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")