mirror of
https://github.com/certbot/certbot.git
synced 2026-07-31 18:34:41 +02:00
update tests
This commit is contained in:
@@ -28,7 +28,7 @@ class TwoVhost80Test(util.ApacheTest):
|
||||
def setUp(self):
|
||||
super(TwoVhost80Test, self).setUp()
|
||||
|
||||
with mock.patch("letsencrypt_apache.configurator."
|
||||
with mock.patch("letsencrypt_apache.configurator.ApacheConfigurator."
|
||||
"mod_loaded") as mock_load:
|
||||
mock_load.return_value = True
|
||||
self.config = util.get_apache_configurator(
|
||||
|
||||
@@ -20,7 +20,7 @@ class DvsniPerformTest(util.ApacheTest):
|
||||
def setUp(self):
|
||||
super(DvsniPerformTest, self).setUp()
|
||||
|
||||
with mock.patch("letsencrypt_apache.configurator."
|
||||
with mock.patch("letsencrypt_apache.configurator.ApacheConfigurator."
|
||||
"mod_loaded") as mock_load:
|
||||
mock_load.return_value = True
|
||||
config = util.get_apache_configurator(
|
||||
|
||||
Reference in New Issue
Block a user