1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00
This commit is contained in:
Jakub Warmuz
2015-02-28 08:29:46 +00:00
parent a4e4d98598
commit cde829fa7c

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."""