enable config_test in configurator prepare

This commit is contained in:
Fan Jiang
2016-01-13 16:31:30 -05:00
parent 9500f2b3c3
commit 7254ea5fb0
4 changed files with 42 additions and 46 deletions
+1 -2
View File
@@ -202,8 +202,7 @@ class CLITest(unittest.TestCase): # pylint: disable=too-many-public-methods
# (we can only do that if letsencrypt-nginx is actually present)
ret, _, _, _ = self._call(args)
self.assertTrue("The nginx plugin is not working" in ret)
self.assertTrue("Could not find configuration root" in ret)
self.assertTrue("NoInstallationError" in ret)
self.assertTrue("MisconfigurationError" in ret)
args = ["certonly", "--webroot"]
ret, _, _, _ = self._call(args)