mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
emails: Don't log emails while running test suite.
Modified the tests to ensure 100% coverage.
This commit is contained in:
@@ -158,3 +158,7 @@ PUSH_NOTIFICATION_BOUNCER_URL = None
|
||||
SLOW_QUERY_LOGS_STREAM = None
|
||||
|
||||
THUMBOR_URL = 'http://127.0.0.1:9995'
|
||||
|
||||
# Logging the emails while running the tests adds them
|
||||
# to /emails page.
|
||||
DEVELOPMENT_LOG_EMAILS = False
|
||||
|
||||
Reference in New Issue
Block a user