Update go-live message + tests

This commit is contained in:
Imdad Ahad
2017-02-07 16:14:58 +00:00
parent 7e93058484
commit 24b372de77
3 changed files with 6 additions and 4 deletions

View File

@@ -109,7 +109,7 @@ def service_request_to_go_live(service_id):
'person_name': current_user.name,
'department_id': current_app.config.get('DESKPRO_DEPT_ID'),
'agent_team_id': current_app.config.get('DESKPRO_ASSIGNED_AGENT_TEAM_ID'),
'subject': 'Request to go live {}'.format(current_service['name']),
'subject': 'Request to go live - {}'.format(current_service['name']),
'message': (
'On behalf of {} ({})\n\nExpected usage\n---'
'\nMOU in place: {}'