auth_handler tests are happy

This commit is contained in:
Erica Portnoy 2018-02-20 14:29:04 -08:00
parent 11f2f1e576
commit a0e84e65ce

View file

@ -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)