Files
zulip/zerver/tests/test_email_log.py
Lauryn Menard ad2ca0e668 tests: Remove FORWARD_ADDRESS_CONFIG_FILE created in test.
Previously if `test_forward_address_details` failed, the file
created when setting the `forward_address` may not have been
removed, which would then cause an `EmailNotDeliveredException`
to be raised when then creating a new user in the dev environment.

Wraps the test in a try block, with a finally block for the call
to remove the file.
2022-07-21 15:25:11 -07:00

2.3 KiB