indentation pylint fixes

This commit is contained in:
James Kasten
2015-02-02 01:52:54 -08:00
parent 4d247fa6a1
commit 687668ec75
@@ -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