mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 15:52:08 -04:00
lintmonster
This commit is contained in:
parent
58b50ba008
commit
b7c9ed1b99
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ class CLITest(unittest.TestCase): # pylint: disable=too-many-public-methods
|
|||
exc = None
|
||||
try:
|
||||
with mock.patch('letsencrypt.cli.sys.stderr'):
|
||||
out = cli.main(self.standard_args + args[:]) # NOTE: parser can alter its args!
|
||||
cli.main(self.standard_args + args[:]) # NOTE: parser can alter its args!
|
||||
except errors.MissingCommandlineFlag, exc:
|
||||
self.assertTrue(message in str(exc))
|
||||
self.assertTrue(exc is not None)
|
||||
|
|
|
|||
Loading…
Reference in a new issue