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:
authorMads Jensen <mje@inducks.org>2020-09-19 11:38:40 +0300
committerGitHub <noreply@github.com>2020-09-19 11:38:40 +0300
commitb551b6ee73632422b7769a6d4a18cb1990307818 (patch)
treec9dad12626a547701d88d77eb45ad8e73415ac4b /certbot-apache
parent71d9dfa86ee78907b73feb161b304394445f3bbb (diff)
Removed unnecessary unittest.TestCase.setUp/tearDown calls. (#8264)
Diffstat (limited to 'certbot-apache')
-rw-r--r--certbot-apache/tests/util.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/certbot-apache/tests/util.py b/certbot-apache/tests/util.py
index f2a6a0263..18c7e5aca 100644
--- a/certbot-apache/tests/util.py
+++ b/certbot-apache/tests/util.py
@@ -26,8 +26,6 @@ class ApacheTest(unittest.TestCase):
config_root="debian_apache_2_4/multiple_vhosts/apache2",
vhost_root="debian_apache_2_4/multiple_vhosts/apache2/sites-available"):
# pylint: disable=arguments-differ
- super(ApacheTest, self).setUp()
-
self.temp_dir, self.config_dir, self.work_dir = common.dir_setup(
test_dir=test_dir,
pkg=__name__)