mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
tests/client_test.py
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user