mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 21:49:37 -04:00
update jobs to take into account first class
This commit is contained in:
@@ -1838,6 +1838,7 @@ def mock_get_notifications(
|
||||
is_precompiled_letter=False,
|
||||
client_reference=None,
|
||||
noti_status=None,
|
||||
postage=None,
|
||||
):
|
||||
def _get_notifications(
|
||||
service_id,
|
||||
@@ -1882,6 +1883,7 @@ def mock_get_notifications(
|
||||
client_reference=client_reference,
|
||||
status=noti_status,
|
||||
created_by_name='Firstname Lastname',
|
||||
postage=postage
|
||||
)
|
||||
|
||||
return mocker.patch(
|
||||
|
||||
Reference in New Issue
Block a user