Merge pull request #1915 from alphagov/no-priority-example

Stop creating tour text messages as priority
This commit is contained in:
Chris Hill-Scott
2018-03-01 09:56:08 +00:00
committed by GitHub
2 changed files with 0 additions and 2 deletions

View File

@@ -55,7 +55,6 @@ def _create_example_template(service_id):
'sms', 'sms',
'Hey ((name)), Im trying out Notify. Today is ((day of week)) and my favourite colour is ((colour)).', 'Hey ((name)), Im trying out Notify. Today is ((day of week)) and my favourite colour is ((colour)).',
service_id, service_id,
process_type='priority',
) )
return example_sms_template return example_sms_template

View File

@@ -57,7 +57,6 @@ def test_should_add_service_and_redirect_to_tour_when_no_services(
'((day of week)) and my favourite colour is ((colour)).' '((day of week)) and my favourite colour is ((colour)).'
), ),
101, 101,
process_type='priority',
) )
assert session['service_id'] == 101 assert session['service_id'] == 101
assert response.status_code == 302 assert response.status_code == 302