Merge pull request #2165 from twstrike/config_test_in_nginx_prepare

enable config_test in configurator prepare
This commit is contained in:
Peter Eckersley
2016-01-18 11:52:05 -08:00
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)