mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 08:03:10 +02:00
test --renew-hook is hidden
This commit is contained in:
@@ -109,6 +109,7 @@ class ParseTest(unittest.TestCase):
|
|||||||
self.assertTrue("--dialog" not in out)
|
self.assertTrue("--dialog" not in out)
|
||||||
self.assertTrue("%s" not in out)
|
self.assertTrue("%s" not in out)
|
||||||
self.assertTrue("{0}" not in out)
|
self.assertTrue("{0}" not in out)
|
||||||
|
self.assertTrue("--renew-hook" not in out)
|
||||||
|
|
||||||
out = self._help_output(['-h', 'nginx'])
|
out = self._help_output(['-h', 'nginx'])
|
||||||
if "nginx" in PLUGINS:
|
if "nginx" in PLUGINS:
|
||||||
|
|||||||
Reference in New Issue
Block a user