mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-05 21:38:25 -04:00
Grammar change to despro ticket
This commit is contained in:
@@ -521,7 +521,7 @@ def letter_raise_alert_if_no_ack_file_for_zip():
|
|||||||
s = zip_file.split('|')
|
s = zip_file.split('|')
|
||||||
ack_content_set.add(s[0].upper())
|
ack_content_set.add(s[0].upper())
|
||||||
|
|
||||||
deskpro_message = "Letter ack does not contains all zip files sent. " \
|
deskpro_message = "Letter ack file does not contains all zip files sent. " \
|
||||||
"Missing ack for zip files: {}, " \
|
"Missing ack for zip files: {}, " \
|
||||||
"pdf bucket: {}, subfolder: {}, " \
|
"pdf bucket: {}, subfolder: {}, " \
|
||||||
"ack bucket: {}".format(str(zip_file_set - ack_content_set),
|
"ack bucket: {}".format(str(zip_file_set - ack_content_set),
|
||||||
|
|||||||
@@ -1158,7 +1158,7 @@ def test_letter_raise_alert_if_ack_files_not_match_zip_list(mocker, notify_db):
|
|||||||
assert mock_file_list.call_count == 2
|
assert mock_file_list.call_count == 2
|
||||||
assert mock_get_file.call_count == 1
|
assert mock_get_file.call_count == 1
|
||||||
|
|
||||||
deskpro_message = "Letter ack does not contains all zip files sent. " \
|
deskpro_message = "Letter ack file does not contains all zip files sent. " \
|
||||||
"Missing ack for zip files: {}, " \
|
"Missing ack for zip files: {}, " \
|
||||||
"pdf bucket: {}, subfolder: {}, " \
|
"pdf bucket: {}, subfolder: {}, " \
|
||||||
"ack bucket: {}".format(str(set(['NOTIFY.20180111175009.ZIP', 'NOTIFY.20180111175010.ZIP'])),
|
"ack bucket: {}".format(str(set(['NOTIFY.20180111175009.ZIP', 'NOTIFY.20180111175010.ZIP'])),
|
||||||
|
|||||||
Reference in New Issue
Block a user