From 989c4d95149b19ca96b273ca46a72fb3b4abcece Mon Sep 17 00:00:00 2001 From: Noah Swartz Date: Wed, 28 Oct 2015 15:37:43 -0700 Subject: [PATCH] fixed tests to match updated description string --- 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 7e9912b27..293c2b913 100644 --- a/letsencrypt/plugins/disco_test.py +++ b/letsencrypt/plugins/disco_test.py @@ -51,7 +51,7 @@ class PluginEntryPointTest(unittest.TestCase): def test_description(self): self.assertEqual( - "Run A Standalone Webserver To Prove That You Control Domains", + "Automatically configure and run a simple webserver", self.plugin_ep.description) def test_description_with_name(self):