mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
lint
This commit is contained in:
parent
60a0b01d59
commit
7e717a7a15
1 changed files with 0 additions and 1 deletions
|
|
@ -131,7 +131,6 @@ class CLITest(unittest.TestCase):
|
|||
self.assertTrue("NoInstallationError" in ret)
|
||||
|
||||
with MockedVerb("auth") as mock_auth:
|
||||
from letsencrypt import cli
|
||||
self._call(["certonly", "--standalone"])
|
||||
self.assertEqual(1, mock_auth.call_count)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue