Renamed header of CSV to be 'to' - matches API

This commit is contained in:
Martyn Inglis
2016-02-25 11:30:09 +00:00
parent 942d255384
commit 87391f2aa1
3 changed files with 11 additions and 24 deletions

View File

@@ -11,7 +11,6 @@ def test_client_creates_job_data_correctly(mocker):
expected_data = {
"id": job_id,
"service": service_id,
"template": template_id,
"original_file_name": original_file_name,
"bucket_name": "service-{}-notify".format(service_id),