mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:05:31 +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("%s" not in out)
|
||||
self.assertTrue("{0}" not in out)
|
||||
self.assertTrue("--renew-hook" not in out)
|
||||
|
||||
out = self._help_output(['-h', 'nginx'])
|
||||
if "nginx" in PLUGINS:
|
||||
|
||||
Reference in New Issue
Block a user