email_notifications: Complete test coverage for module.

Following the last commit, there was this WELCOME_EMAIL_SENDER code
without an existing automated test.
This commit is contained in:
Adam Sah
2022-08-02 08:16:49 +03:00
committed by Tim Abbott
parent d123056000
commit c6130ce4b1
2 changed files with 19 additions and 1 deletions

View File

@@ -79,7 +79,6 @@ not_yet_fully_covered = [
"zerver/lib/cache.py",
"zerver/lib/cache_helpers.py",
"zerver/lib/i18n.py",
"zerver/lib/email_notifications.py",
"zerver/lib/send_email.py",
"zerver/lib/url_preview/preview.py",
"zerver/worker/queue_processors.py",