mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-03-03 08:51:39 -05: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',
|
||||
'Hey ((name)), I’m trying out Notify. Today is ((day of week)) and my favourite colour is ((colour)).',
|
||||
service_id,
|
||||
process_type='priority',
|
||||
)
|
||||
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)).'
|
||||
),
|
||||
101,
|
||||
process_type='priority',
|
||||
)
|
||||
assert session['service_id'] == 101
|
||||
assert response.status_code == 302
|
||||
|
||||
Reference in New Issue
Block a user