mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
lint
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user