From eb5f894d9a3fce6d1f262f9b5135f462c7c4cb6e Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 17 Mar 2017 15:22:27 -0700 Subject: [PATCH] I mean --lock-path --- certbot/tests/main_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/tests/main_test.py b/certbot/tests/main_test.py index 0337de921..5707231b7 100644 --- a/certbot/tests/main_test.py +++ b/certbot/tests/main_test.py @@ -453,7 +453,7 @@ class MainTest(unittest.TestCase): # pylint: disable=too-many-public-methods self.standard_args = ['--config-dir', self.config_dir, '--work-dir', self.work_dir, '--logs-dir', self.logs_dir, '--text', - '--lock-file', os.path.join(self.tmp_dir, 'certbot.lock')] + '--lock-path', os.path.join(self.tmp_dir, 'certbot.lock')] def tearDown(self): # Reset globals in cli