mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:19:11 +02:00
auth_handler tests are happy
This commit is contained in:
@@ -118,7 +118,7 @@ class HandleAuthorizationsTest(unittest.TestCase):
|
||||
self.mock_auth.get_chall_pref.return_value.append(challenges.HTTP01)
|
||||
self.mock_auth.get_chall_pref.return_value.append(challenges.DNS01)
|
||||
|
||||
authzr = gen_dom_authzr(domain="0", challs=acme_util.CHALLENGES)
|
||||
authzr = gen_dom_authzr(domain="0", challs=acme_util.CHALLENGES, combos=False)
|
||||
mock_order = mock.MagicMock(authorizations=[authzr])
|
||||
authzr = self.handler.handle_authorizations(mock_order)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user