fixed test case

This commit is contained in:
David Kennedy 2023-11-14 16:39:21 -05:00
parent 99083fff3f
commit 00916fa030
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -1740,7 +1740,11 @@ and try again. If you continue to receive this error after a few tries,
contact help@get.gov
""",
),
("ContactError", form_data_contact_error, "Value entered was wrong."),
(
"ContactError",
form_data_contact_error,
"Enter an email address in the required format, like name@example.com."
),
(
"RegistrySuccess",
form_data_success,