mirror of
https://github.com/certbot/certbot.git
synced 2026-04-25 08:07:16 -04:00
More test cleanup
This commit is contained in:
parent
9444c9e54b
commit
b3fbb05f48
1 changed files with 1 additions and 1 deletions
|
|
@ -715,7 +715,7 @@ class CLITest(unittest.TestCase): # pylint: disable=too-many-public-methods
|
|||
def test_renew_with_nonetype_http01(self):
|
||||
renewalparams = {'authenticator': 'webroot',
|
||||
'http01_port': 'None'}
|
||||
self._test_renew_common(renewalparams=renewalparams, error_expected=False,
|
||||
self._test_renew_common(renewalparams=renewalparams,
|
||||
assert_oc_called=True)
|
||||
|
||||
def test_renew_with_bad_domain(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue