mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
test --renew-hook is hidden
This commit is contained in:
parent
220d486190
commit
4243db1525
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue