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',
'Hey ((name)), Im trying out Notify. Today is ((day of week)) and my favourite colour is ((colour)).',
service_id,
process_type='priority',
)
return example_sms_template