mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 08:12:15 -04:00
Instantiate exception_raised in test.
This commit is contained in:
parent
4b4a02a7af
commit
ed73c55b7b
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ class ErrorHandlerTest(unittest.TestCase):
|
|||
self.signals = error_handler._SIGNALS
|
||||
|
||||
def test_context_manager(self):
|
||||
exception_raised = False
|
||||
try:
|
||||
with self.handler:
|
||||
raise ValueError
|
||||
|
|
|
|||
Loading…
Reference in a new issue