Renamed DESKPRO_TEAM_ID to DESKPRO_DEPT_ID to match name of param in

api call.

Added DESKPRO_ASSIGNED_AGENT_TEAM_ID so that tickets routed correctly.
This commit is contained in:
Adam Shimali
2016-05-18 15:03:23 +01:00
parent 0172797fb5
commit e181940966
6 changed files with 13 additions and 5 deletions

View File

@@ -239,6 +239,7 @@ def test_should_redirect_after_request_to_go_live(
data={
'subject': 'Request to go live',
'department_id': ANY,
'assigned_agent_team_id': ANY,
'message': 'From Test User <test@user.gov.uk> on behalf of Test Service (http://localhost/services/6ce466d0-fd6a-11e5-82f5-e0accb9d11a6/dashboard)\n\nUsage estimate\n---\n\nOne million messages', # noqa
'person_email': ANY
},