mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
restore logging in tearDown
This commit is contained in:
parent
73b95c4307
commit
2db2060f85
1 changed files with 2 additions and 1 deletions
|
|
@ -247,11 +247,12 @@ class TestFullCheckpointsReverter(unittest.TestCase):
|
|||
self.config1, self.config2, self.dir1, self.dir2, self.sets = tup
|
||||
|
||||
def tearDown(self):
|
||||
|
||||
shutil.rmtree(self.work_dir)
|
||||
shutil.rmtree(self.dir1)
|
||||
shutil.rmtree(self.dir2)
|
||||
|
||||
logging.disable(logging.NOTSET)
|
||||
|
||||
def test_rollback_improper_inputs(self):
|
||||
self.assertRaises(
|
||||
errors.LetsEncryptReverterError,
|
||||
|
|
|
|||
Loading…
Reference in a new issue