tests/client_test.py

This commit is contained in:
James Kasten 2015-02-24 12:43:28 -08:00
parent 31fb733e05
commit 2920e797c9

View file

@ -59,7 +59,7 @@ class DetermineAuthenticatorTest(unittest.TestCase):
errors.LetsEncryptMisconfigurationError)
mock_choose.return_value = self.mock_apache
self.assertRaises(self._call(self.all_auths), None)
self.assertEqual(self._call(self.all_auths), None)
class RollbackTest(unittest.TestCase):