Fix broken links

There were still a few links pointing to `/features/using-notify`
This commit is contained in:
Katie Smith
2019-05-09 16:31:01 +01:00
parent b786997c6b
commit f3f8f4085f
7 changed files with 29 additions and 19 deletions

View File

@@ -521,7 +521,10 @@ def test_html_contains_links_for_failed_notifications(
mock_get_service_data_retention,
mocker,
):
mock_get_notifications(mocker, active_user_with_permissions, noti_status='technical-failure')
mock_get_notifications(mocker,
active_user_with_permissions,
diff_template_type="sms",
noti_status='technical-failure')
response = client_request.get(
'main.view_notifications',
service_id=SERVICE_ONE_ID,