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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user