mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 00:22:28 +02: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()
|
self.config.save()
|
||||||
mock_select.return_value = self.vh_truth[1]
|
mock_select.return_value = self.vh_truth[1]
|
||||||
|
|
||||||
vhost = self.config.choose_vhost("none.com")
|
self.config.choose_vhost("none.com")
|
||||||
self.config.save()
|
self.config.save()
|
||||||
|
|
||||||
with open(vhost.filep) as f:
|
|
||||||
print f.read()
|
|
||||||
|
|
||||||
loc_cert = self.config.parser.find_dir(
|
loc_cert = self.config.parser.find_dir(
|
||||||
'SSLCertificateFile', None, self.vh_truth[1].path, False)
|
'SSLCertificateFile', None, self.vh_truth[1].path, False)
|
||||||
loc_key = self.config.parser.find_dir(
|
loc_key = self.config.parser.find_dir(
|
||||||
|
|||||||
Reference in New Issue
Block a user