mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 08:31:00 -04:00
Style correction on conftest and test_formatters
This commit is contained in:
@@ -3595,11 +3595,13 @@ def end_to_end_authenticated_context(browser):
|
||||
|
||||
return context
|
||||
|
||||
|
||||
@pytest.fixture()
|
||||
def fake_markdown_file():
|
||||
input = "#Test"
|
||||
return input
|
||||
|
||||
|
||||
@pytest.fixture()
|
||||
def fake_jinja_template():
|
||||
input = "{% if True %}True{% endif %}"
|
||||
|
||||
Reference in New Issue
Block a user