update dependencies

This commit is contained in:
Leo Hemsted
2017-08-18 15:39:39 +01:00
parent 953e2ae5bd
commit c36e50bef1
10 changed files with 90 additions and 82 deletions

View File

@@ -1186,7 +1186,7 @@ def test_send_inbound_sms_to_service_retries_if_request_returns_500(notify_api,
mocked.assert_called_with(
exc='Unable to send_inbound_sms_to_service for service_id: {} '
'and url: {}. \n500 Server Error: None'.format(sample_service.id, inbound_api.url),
'and url: {url}. \n500 Server Error: None for url: {url}'.format(sample_service.id, url=inbound_api.url),
queue="retry-tasks")