errors.LetsEncrypt -> errors. (fixes: #487)

This commit is contained in:
Jakub Warmuz
2015-06-22 22:41:24 +00:00
parent 655331c9cf
commit cfa7e28106
30 changed files with 147 additions and 147 deletions
@@ -28,7 +28,7 @@ class AskTest(unittest.TestCase):
def test_key_error(self):
self.assertRaises(
errors.LetsEncryptClientError, self._call, "unknown_enhancement")
errors.Error, self._call, "unknown_enhancement")
class RedirectTest(unittest.TestCase):