mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
fix log_test.py
This commit is contained in:
parent
9c4c2a7aa7
commit
f5c958e710
1 changed files with 1 additions and 1 deletions
|
|
@ -327,7 +327,7 @@ class PostArgParseExceptHookTest(unittest.TestCase):
|
|||
|
||||
def test_acme_error(self):
|
||||
# Get an arbitrary error code
|
||||
acme_code = next(messages.ERROR_CODES.keys())
|
||||
acme_code = next(iter(messages.ERROR_CODES))
|
||||
|
||||
def get_acme_error(msg):
|
||||
"""Wraps ACME errors so the constructor takes only a msg."""
|
||||
|
|
|
|||
Loading…
Reference in a new issue