From ca6a77bb1dfd8114123cab1837f86ff4693ee48a Mon Sep 17 00:00:00 2001 From: Liam Marshall Date: Wed, 18 Nov 2015 21:30:46 -0600 Subject: [PATCH] Fix tests Remove debugging print from tests Fix lint warnings --- .../letsencrypt_apache/tests/configurator_test.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/letsencrypt-apache/letsencrypt_apache/tests/configurator_test.py b/letsencrypt-apache/letsencrypt_apache/tests/configurator_test.py index 9f30153c3..58aac1216 100644 --- a/letsencrypt-apache/letsencrypt_apache/tests/configurator_test.py +++ b/letsencrypt-apache/letsencrypt_apache/tests/configurator_test.py @@ -131,12 +131,9 @@ class TwoVhost80Test(util.ApacheTest): self.config.save() mock_select.return_value = self.vh_truth[1] - vhost = self.config.choose_vhost("none.com") + self.config.choose_vhost("none.com") self.config.save() - with open(vhost.filep) as f: - print f.read() - loc_cert = self.config.parser.find_dir( 'SSLCertificateFile', None, self.vh_truth[1].path, False) loc_key = self.config.parser.find_dir(