mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
That didn't work :(
This commit is contained in:
parent
4d6a3dfdff
commit
139326db7a
1 changed files with 2 additions and 3 deletions
|
|
@ -609,9 +609,8 @@ class CLITest(unittest.TestCase): # pylint: disable=too-many-public-methods
|
|||
with open(rc, "w") as dest:
|
||||
dest.write(renewal_conf)
|
||||
|
||||
with mock.patch('letsencrypt.cli.copy.deepcopy'):
|
||||
self._test_renewal_common(True, [], args=["renew", "--dry-run", "-tvv"],
|
||||
renew=True)
|
||||
self._test_renewal_common(True, [], args=["renew", "--dry-run", "-tvv"],
|
||||
renew=True)
|
||||
|
||||
@mock.patch('letsencrypt.cli.zope.component.getUtility')
|
||||
@mock.patch('letsencrypt.cli._treat_as_renewal')
|
||||
|
|
|
|||
Loading…
Reference in a new issue