This commit is contained in:
Jakub Warmuz 2015-02-28 08:29:46 +00:00
parent a4e4d98598
commit cde829fa7c
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA

View file

@ -60,7 +60,7 @@ class JWKTest(unittest.TestCase):
{'kty': 'RSA', 'e': 'AQAB', 'n': '1'})
class SigatureTest(unittest.TestCase):
class SignatureTest(unittest.TestCase):
# pylint: disable=too-many-instance-attributes
"""Tests for letsencrypt.acme.sig.Signature."""