mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-11 09:27:56 -04:00
fix debug statement in scheduled tasks
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user