Add client_reference to the serialised notification returned for the csv reports.

This commit is contained in:
Rebecca Law
2020-01-07 12:19:41 +00:00
parent 06298bd872
commit cb87e66801
2 changed files with 3 additions and 1 deletions

View File

@@ -794,7 +794,8 @@ def test_get_all_notifications_for_job_returns_csv_format(admin_request, sample_
'job_name',
'status',
'row_number',
'recipient'
'recipient',
'client_reference'
}