mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 14:09:20 -04:00
Adding the personalization message back in
This commit is contained in:
@@ -2060,7 +2060,7 @@ def test_set_template_sender(
|
||||
"sms",
|
||||
False,
|
||||
"Hello ((name))",
|
||||
"Will be charged as 1 text message.",
|
||||
"Will be charged as 1 text message (not including personalization).",
|
||||
None,
|
||||
),
|
||||
(
|
||||
@@ -2068,7 +2068,7 @@ def test_set_template_sender(
|
||||
"sms",
|
||||
False,
|
||||
f'Hello (( {"a" * 999} ))',
|
||||
"Will be charged as 1 text message.",
|
||||
"Will be charged as 1 text message (not including personalization).",
|
||||
None,
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user