fix debug statement in scheduled tasks

This commit is contained in:
Kenneth Kehl
2026-01-27 07:33:54 -08:00
parent 6ff3205f43
commit 0c10e1cdde
63 changed files with 230 additions and 464 deletions

View File

@@ -1014,9 +1014,7 @@ def test_multiple_sms_recipient_columns_with_missing_data(column_name):
"""
names, phone number, {}
"Joanna and Steve", 07900 900111
""".format(
column_name
),
""".format(column_name),
template=_sample_template("sms"),
allow_international_sms=True,
)