mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 06:21:50 -05:00
try fixing tests
This commit is contained in:
@@ -65,7 +65,9 @@ def send_sms_to_provider(notification):
|
||||
temp = dict(zip(first_row, row))
|
||||
personalisation[job_row] = temp
|
||||
job_row = job_row + 1
|
||||
notification.personalisation = personalisation[notification.job_row_number]
|
||||
notification.personalisation = personalisation[notification.job_row_number]
|
||||
else:
|
||||
notification.personalisation = personalisation
|
||||
|
||||
service = SerialisedService.from_id(notification.service_id)
|
||||
message_id = None
|
||||
|
||||
Reference in New Issue
Block a user