mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-26 18:18:28 -04:00
Merge pull request #3285 from alphagov/uploads-fix-letter-link
Fix bug where job url type was constructed for letter on uploads page
This commit is contained in:
@@ -1760,8 +1760,8 @@ def mock_get_uploads(mocker, api_user_active):
|
||||
'created_at': '2016-01-01 11:09:00.061258',
|
||||
'statistics': [{'count': 8, 'status': 'delivered'}, {'count': 2, 'status': 'temporary-failure'}],
|
||||
'upload_type': 'job'},
|
||||
{'id': 'job_id_1',
|
||||
'original_file_name': 'some.csv',
|
||||
{'id': 'letter_id_1',
|
||||
'original_file_name': 'some.pdf',
|
||||
'notification_count': 1,
|
||||
'created_at': '2016-01-01 11:09:00.061258',
|
||||
'statistics': [{'count': 1, 'status': 'delivered'}],
|
||||
|
||||
Reference in New Issue
Block a user