Make send sms test use a template with a newline

This commit is contained in:
Chris Hill-Scott
2016-07-08 10:23:33 +01:00
parent a8a556d02a
commit bb3c55ca6c
3 changed files with 6 additions and 6 deletions

View File

@@ -185,7 +185,7 @@ def sample_template(notify_db,
@pytest.fixture(scope='function')
def sample_template_with_placeholders(notify_db, notify_db_session):
return sample_template(notify_db, notify_db_session, content="Hello ((name))")
return sample_template(notify_db, notify_db_session, content="Hello ((name))\nYour thing is due soon")
@pytest.fixture(scope='function')