mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-05 06:01:46 -04:00
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:
@@ -12,6 +12,8 @@ class JobApiClient(NotifyAdminAPIClient):
|
||||
'finished',
|
||||
'cancelled',
|
||||
'sending limits exceeded',
|
||||
'ready to send',
|
||||
'sent to dvla'
|
||||
}
|
||||
|
||||
def __init__(self):
|
||||
|
||||
Reference in New Issue
Block a user