mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-16 19:30:13 -04:00
fix
This commit is contained in:
@@ -60,7 +60,7 @@ def test_for_commas_in_placeholders(
|
||||
NoCommasInPlaceHolders()(None, _gen_mock_field("Hello ((name))"))
|
||||
|
||||
|
||||
@pytest.mark.parametrize("msg", ["The quick brown fox", "Thé “quick” bröwn fox\u200B"])
|
||||
@pytest.mark.parametrize("msg", ["The quick brown fox", "Thé “quick” bröwn fox\u200b"])
|
||||
def test_sms_character_validation(client_request, msg):
|
||||
OnlySMSCharacters(template_type="sms")(None, _gen_mock_field(msg))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user