Merge pull request #1220 from alphagov/letter-jobs-on-dashboard

Letter jobs on dashboard
This commit is contained in:
Leo Hemsted
2017-04-07 11:21:19 +01:00
committed by GitHub
2 changed files with 31 additions and 46 deletions

View File

@@ -12,6 +12,8 @@ class JobApiClient(NotifyAdminAPIClient):
'finished',
'cancelled',
'sending limits exceeded',
'ready to send',
'sent to dvla'
}
def __init__(self):