summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/leap/crypto/tests/test_srpauth.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/leap/crypto/tests/test_srpauth.py b/src/leap/crypto/tests/test_srpauth.py
index e84a6b37..e3258fd3 100644
--- a/src/leap/crypto/tests/test_srpauth.py
+++ b/src/leap/crypto/tests/test_srpauth.py
@@ -401,9 +401,9 @@ class SRPAuthTestCase(unittest.TestCase):
content.side_effect = JSONDecodeError("", "", 0)
with self.assertRaises(srpauth.SRPAuthJSONDecodeError):
- self.auth_backend._process_challenge(
- salt_B,
- username=self.TEST_USER)
+ self.auth_backend._process_challenge(
+ salt_B,
+ username=self.TEST_USER)
d.addCallback(partial(threads.deferToThread, wrapper))