mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 23:43:43 +00:00
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.
2.3 KiB
2.3 KiB