diff --git a/tests/app/main/test_formatters.py b/tests/app/main/test_formatters.py index f50bd71ff..377429418 100644 --- a/tests/app/main/test_formatters.py +++ b/tests/app/main/test_formatters.py @@ -183,6 +183,7 @@ def test_markdown_format(fake_markdown_file): with app.app_context(): assert convert_markdown_template(fake_markdown_file, test=True) == "

Test

" + @pytest.mark.usefixtures("fake_soup_template") def test_soup_format(fake_soup_template): assert apply_html_class([['h1', 'testClass']], fake_soup_template) == '

Test

'