mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
error-bot: Remove ERROR_BOT support.
This isn't sufficiently useful to keep the added complexity. Users should use the email error reporting, or set up Sentry error reporting.
This commit is contained in:
committed by
Tim Abbott
parent
db07b8668f
commit
d888bb3df2
@@ -1455,7 +1455,7 @@ Output:
|
||||
This raises a failure inside of the try/except block of
|
||||
markdown.__init__.do_convert.
|
||||
"""
|
||||
with self.settings(ERROR_BOT=None), mock.patch(
|
||||
with mock.patch(
|
||||
"zerver.lib.markdown.timeout", side_effect=subprocess.CalledProcessError(1, [])
|
||||
), self.assertLogs(
|
||||
level="ERROR"
|
||||
|
||||
Reference in New Issue
Block a user