mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 03:13:42 -05:00
style update
This commit is contained in:
@@ -183,6 +183,7 @@ def test_markdown_format(fake_markdown_file):
|
||||
with app.app_context():
|
||||
assert convert_markdown_template(fake_markdown_file, test=True) == "<h1>Test</h1>"
|
||||
|
||||
|
||||
@pytest.mark.usefixtures("fake_soup_template")
|
||||
def test_soup_format(fake_soup_template):
|
||||
assert apply_html_class([['h1', 'testClass']], fake_soup_template) == '<h1 class="testClass">Test</h1>'
|
||||
|
||||
Reference in New Issue
Block a user