update jobs to take into account first class

This commit is contained in:
Leo Hemsted
2018-09-28 17:08:28 +01:00
parent 32f39475d2
commit efab189ae8
7 changed files with 65 additions and 10 deletions

View File

@@ -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(