1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00

Fix tests

Remove debugging print from tests

Fix lint warnings
This commit is contained in:
Liam Marshall
2015-11-18 21:30:46 -06:00
parent b19c9d858c
commit ca6a77bb1d

View File

@@ -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(