Fix beheaded test name

Tests wont run unless the function name starts with the word `test`.

Was accidentally deleted here:
de92950d8e (diff-3f993e348666469cc699ac3bf0e0cc5bR543)
This commit is contained in:
Chris Hill-Scott
2018-12-07 10:39:01 +00:00
parent a1f78abe43
commit b0ca82c0bd

View File

@@ -1431,7 +1431,7 @@ def test_send_test_redirects_to_start_if_index_out_of_bounds_and_some_placeholde
('main.send_test', 'main.send_test_step'),
('main.send_one_off', 'main.send_one_off_step'),
])
def _redirects_with_help_argument(
def test_send_test_sms_message_redirects_with_help_argument(
logged_in_client,
mocker,
service_one,