mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Merge pull request #1915 from alphagov/no-priority-example
Stop creating tour text messages as priority
This commit is contained in:
@@ -55,7 +55,6 @@ def _create_example_template(service_id):
|
|||||||
'sms',
|
'sms',
|
||||||
'Hey ((name)), I’m trying out Notify. Today is ((day of week)) and my favourite colour is ((colour)).',
|
'Hey ((name)), I’m 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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user