Merge pull request #315 from alphagov/change-column-headings

Few changes to column headings for clarity
This commit is contained in:
minglis
2016-03-21 13:40:16 +00:00
4 changed files with 5 additions and 24 deletions

View File

@@ -74,9 +74,8 @@ def test_should_show_updates_for_one_job_as_json(
assert response.status_code == 200
content = json.loads(response.get_data(as_text=True))
assert 'sent' in content['counts']
assert 'processed' in content['counts']
assert 'queued' in content['counts']
assert 'failed' in content['counts']
assert 'Recipient' in content['notifications']
assert 'Status' in content['notifications']
assert 'Started' in content['status']