mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 00:22:28 +02:00
Fix typo
This commit is contained in:
@@ -60,7 +60,7 @@ class JWKTest(unittest.TestCase):
|
|||||||
{'kty': 'RSA', 'e': 'AQAB', 'n': '1'})
|
{'kty': 'RSA', 'e': 'AQAB', 'n': '1'})
|
||||||
|
|
||||||
|
|
||||||
class SigatureTest(unittest.TestCase):
|
class SignatureTest(unittest.TestCase):
|
||||||
# pylint: disable=too-many-instance-attributes
|
# pylint: disable=too-many-instance-attributes
|
||||||
"""Tests for letsencrypt.acme.sig.Signature."""
|
"""Tests for letsencrypt.acme.sig.Signature."""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user