mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 00:22:28 +02:00
indentation pylint fixes
This commit is contained in:
@@ -123,7 +123,7 @@ class SatisfyChallengesTest(unittest.TestCase):
|
||||
acme_util.get_chall_msg(dom, "nonce0", challenges, combos),
|
||||
"dummy_key")
|
||||
|
||||
path =gen_path(["simpleHttps", "recoveryToken"], challenges)
|
||||
path = gen_path(["simpleHttps", "recoveryToken"], challenges)
|
||||
mock_chall_path.return_value = path
|
||||
|
||||
self.handler._satisfy_challenges() # pylint: disable=protected-access
|
||||
|
||||
Reference in New Issue
Block a user