add new letter job statuses to job api client

add test to test_dashboard to confirm we're getting for the right queus
This commit is contained in:
Leo Hemsted
2017-04-07 11:08:40 +01:00
parent c509d3d24f
commit 2bb0cba430
2 changed files with 30 additions and 1 deletions

View File

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