Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoona Hoikkala <joona@kuori.org>2015-12-07 13:13:24 +0300
committerJoona Hoikkala <joona@kuori.org>2015-12-07 13:13:24 +0300
commitc9f14e04618f10e8240c5fbbd39ade1c8699c2de (patch)
tree689fcfe2505c80d99221b097dfcf62225b724b6b /letsencrypt-apache
parent3701560a88279e435e9a49faac538deaa8cc9ced (diff)
Augeas test fix
Diffstat (limited to 'letsencrypt-apache')
-rw-r--r--letsencrypt-apache/letsencrypt_apache/tests/augeas_configurator_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/letsencrypt-apache/letsencrypt_apache/tests/augeas_configurator_test.py b/letsencrypt-apache/letsencrypt_apache/tests/augeas_configurator_test.py
index 815e6fc44..b70e1c7f1 100644
--- a/letsencrypt-apache/letsencrypt_apache/tests/augeas_configurator_test.py
+++ b/letsencrypt-apache/letsencrypt_apache/tests/augeas_configurator_test.py
@@ -17,7 +17,7 @@ class AugeasConfiguratorTest(util.ApacheTest):
super(AugeasConfiguratorTest, self).setUp()
self.config = util.get_apache_configurator(
- self.config_path, self.config_dir, self.work_dir)
+ self.config_path, self.vhost_path, self.config_dir, self.work_dir)
self.vh_truth = util.get_vh_truth(
self.temp_dir, "debian_apache_2_4/two_vhost_80")