mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
refactor: Rename remaining bugdown word to markdown in .py files.
This commit is part of series of commits aimed at renaming bugdown to markdown.
This commit is contained in:
@@ -819,7 +819,7 @@ class ZulipTestCase(TestCase):
|
||||
def simulated_markdown_failure(self) -> Iterator[None]:
|
||||
'''
|
||||
This raises a failure inside of the try/except block of
|
||||
bugdown.__init__.do_convert.
|
||||
markdown.__init__.do_convert.
|
||||
'''
|
||||
with \
|
||||
self.settings(ERROR_BOT=None), \
|
||||
|
||||
Reference in New Issue
Block a user