mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
auth_handler tests are happy
This commit is contained in:
parent
11f2f1e576
commit
a0e84e65ce
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue