mirror of
https://github.com/certbot/certbot.git
synced 2026-06-14 03:00:32 -04:00
Fix typo
This commit is contained in:
parent
a4e4d98598
commit
cde829fa7c
1 changed files with 1 additions and 1 deletions
|
|
@ -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."""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue