Put banner on the choose sms template page

This commit is contained in:
Chris Hill-Scott
2016-02-23 11:43:40 +00:00
parent 9db0fff428
commit 31b60730d3
3 changed files with 23 additions and 1 deletions

View File

@@ -9,7 +9,8 @@ def test_choose_sms_template(app_,
mock_login,
mock_get_user,
mock_check_verify_code,
mock_get_service_templates):
mock_get_service_templates,
mock_get_jobs):
with app_.test_request_context():
with app_.test_client() as client:
client.login(api_user_active)