mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 08:09:10 +02:00
restore logging in tearDown
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user