mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-18 05:30:21 -04:00
Update test_validators.py
Fixing a test
This commit is contained in:
@@ -71,15 +71,13 @@ def test_sms_character_validation(client_request, msg):
|
||||
(
|
||||
"∆ abc 📲 def 📵 ghi",
|
||||
(
|
||||
"You cannot use ∆, 📲 or 📵 in text messages. "
|
||||
"They will not show up properly on everyone’s phones."
|
||||
"Please remove the unaccepted character ∆, 📲 and 📵 in your message, then save again"
|
||||
),
|
||||
),
|
||||
(
|
||||
"📵",
|
||||
(
|
||||
"You cannot use 📵 in text messages. "
|
||||
"It will not show up properly on everyone’s phones."
|
||||
"Please remove the unaccepted character 📵 in your message, then save again"
|
||||
),
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user