mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
tests/client_test.py
This commit is contained in:
parent
31fb733e05
commit
2920e797c9
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue