mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
address comments
This commit is contained in:
@@ -22,7 +22,6 @@ class DvsniPerformTest(util.ApacheTest):
|
||||
config = util.get_apache_configurator(
|
||||
self.config_path, self.config_dir, self.work_dir)
|
||||
config.config.dvsni_port = 443
|
||||
config.config.func.__name__ = "auth"
|
||||
|
||||
from letsencrypt_apache import dvsni
|
||||
self.sni = dvsni.ApacheDvsni(config)
|
||||
|
||||
@@ -92,9 +92,6 @@ def get_apache_configurator(
|
||||
|
||||
config.prepare()
|
||||
|
||||
# Simulate a 'run' by default
|
||||
config.config.func.__name__ = "run"
|
||||
|
||||
return config
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user