summaryrefslogtreecommitdiff
path: root/tests/signing/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/signing/tests.py')
-rw-r--r--tests/signing/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/signing/tests.py b/tests/signing/tests.py
index 5c5c2b1da7..8b470b9a38 100644
--- a/tests/signing/tests.py
+++ b/tests/signing/tests.py
@@ -33,7 +33,7 @@ class TestSigner(TestCase):
signer.signature('hello'),
signing.base64_hmac('extra-salt' + 'signer',
'hello', 'predictable-secret').decode()
- )
+ )
self.assertNotEqual(
signing.Signer('predictable-secret', salt='one').signature('hello'),
signing.Signer('predictable-secret', salt='two').signature('hello'))