mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 00:02:14 -04:00
Remove stray variable
This commit is contained in:
parent
a5e815008e
commit
21bfe5b983
1 changed files with 0 additions and 1 deletions
|
|
@ -68,7 +68,6 @@ class CLITest(unittest.TestCase):
|
|||
"Run a help command, and return the help string for scrutiny"
|
||||
output = StringIO.StringIO()
|
||||
with mock.patch('letsencrypt.cli.sys.stdout', new=output):
|
||||
plugins = disco.PluginsRegistry.find_all()
|
||||
self.assertRaises(SystemExit, self._call_stdout, args)
|
||||
out = output.getvalue()
|
||||
return out
|
||||
|
|
|
|||
Loading…
Reference in a new issue