Update test_validators.py

Fixing a test
This commit is contained in:
Jonathan Bobel
2025-03-18 16:42:15 -04:00
parent c05beb42f2
commit bab13de934

View File

@@ -71,15 +71,13 @@ def test_sms_character_validation(client_request, msg):
( (
"∆ abc 📲 def 📵 ghi", "∆ abc 📲 def 📵 ghi",
( (
"You cannot use ∆, 📲 or 📵 in text messages. " "Please remove the unaccepted character ∆, 📲 and 📵 in your message, then save again"
"They will not show up properly on everyones phones."
), ),
), ),
( (
"📵", "📵",
( (
"You cannot use 📵 in text messages. " "Please remove the unaccepted character 📵 in your message, then save again"
"It will not show up properly on everyones phones."
), ),
), ),
], ],