From 4243db1525c569f5cf55e372a9714a7e6a0121e8 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 30 Jun 2017 09:38:39 -0400 Subject: [PATCH] test --renew-hook is hidden --- certbot/tests/cli_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/certbot/tests/cli_test.py b/certbot/tests/cli_test.py index 84463d2d7..e76db02f7 100644 --- a/certbot/tests/cli_test.py +++ b/certbot/tests/cli_test.py @@ -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: