try fixing tests

This commit is contained in:
Kenneth Kehl
2024-10-01 11:36:09 -07:00
parent c2ed8f1686
commit f55c437c7d
2 changed files with 5 additions and 2 deletions

View File

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