mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
call tearDown later
This commit is contained in:
parent
23090198bf
commit
6dfac42857
1 changed files with 1 additions and 1 deletions
|
|
@ -581,10 +581,10 @@ class ReconfigureTest(test_util.TempDirTestCase):
|
|||
|
||||
|
||||
def tearDown(self):
|
||||
super().tearDown()
|
||||
self.get_utility_patch.stop()
|
||||
for patch in self.patchers.values():
|
||||
patch.stop()
|
||||
super().tearDown()
|
||||
|
||||
def _call(self, passed_args):
|
||||
full_args = passed_args + ['--config-dir', self.config_dir]
|
||||
|
|
|
|||
Loading…
Reference in a new issue