mirror of
https://github.com/certbot/certbot.git
synced 2026-05-19 08:32:15 -04:00
unify quotes
This commit is contained in:
parent
e8611d299a
commit
cfe103b4ed
1 changed files with 2 additions and 2 deletions
|
|
@ -59,9 +59,9 @@ class RenewerConfigurationTest(unittest.TestCase):
|
|||
|
||||
@mock.patch('letsencrypt.configuration.constants')
|
||||
def test_dynamic_dirs(self, constants):
|
||||
constants.ARCHIVE_DIR = "a"
|
||||
constants.ARCHIVE_DIR = 'a'
|
||||
constants.LIVE_DIR = 'l'
|
||||
constants.RENEWAL_CONFIGS_DIR = "renewal_configs"
|
||||
constants.RENEWAL_CONFIGS_DIR = 'renewal_configs'
|
||||
constants.RENEWER_CONFIG_FILENAME = 'r.conf'
|
||||
|
||||
self.assertEqual(self.config.archive_dir, '/tmp/config/a')
|
||||
|
|
|
|||
Loading…
Reference in a new issue