From 36161c306ac8141789c1729a3ca9ddd8b5c1d5d4 Mon Sep 17 00:00:00 2001 From: James Kasten Date: Fri, 26 Jun 2015 08:47:26 -0700 Subject: [PATCH] update tests --- letsencrypt_apache/tests/configurator_test.py | 2 +- letsencrypt_apache/tests/dvsni_test.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/letsencrypt_apache/tests/configurator_test.py b/letsencrypt_apache/tests/configurator_test.py index cfd8c0574..e988af4f2 100644 --- a/letsencrypt_apache/tests/configurator_test.py +++ b/letsencrypt_apache/tests/configurator_test.py @@ -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( diff --git a/letsencrypt_apache/tests/dvsni_test.py b/letsencrypt_apache/tests/dvsni_test.py index 27e9b2584..933656e94 100644 --- a/letsencrypt_apache/tests/dvsni_test.py +++ b/letsencrypt_apache/tests/dvsni_test.py @@ -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(