Skip to content
Snippets Groups Projects
Commit e5d74be4 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

test applying when markdown disabled

parent 2f00a677
No related branches found
No related tags found
1 merge request!237add a switch to disable markdown for the whole app
Pipeline #150045 passed
...@@ -752,6 +752,10 @@ class TestCandidateApply(TooledTestCase): ...@@ -752,6 +752,10 @@ class TestCandidateApply(TooledTestCase):
pref.save() pref.save()
self.apply_simple(smtp_issue=True) self.apply_simple(smtp_issue=True)
def test_apply_with_markdown_disabled(self):
live_settings.markdown_enabled = False
self.apply_simple(smtp_issue=False)
def apply_simple( def apply_simple(
self, self,
*, *,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment