mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 00:22:28 +02:00
More test cleanup
This commit is contained in:
@@ -715,7 +715,7 @@ class CLITest(unittest.TestCase): # pylint: disable=too-many-public-methods
|
|||||||
def test_renew_with_nonetype_http01(self):
|
def test_renew_with_nonetype_http01(self):
|
||||||
renewalparams = {'authenticator': 'webroot',
|
renewalparams = {'authenticator': 'webroot',
|
||||||
'http01_port': 'None'}
|
'http01_port': 'None'}
|
||||||
self._test_renew_common(renewalparams=renewalparams, error_expected=False,
|
self._test_renew_common(renewalparams=renewalparams,
|
||||||
assert_oc_called=True)
|
assert_oc_called=True)
|
||||||
|
|
||||||
def test_renew_with_bad_domain(self):
|
def test_renew_with_bad_domain(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user