mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-15 22:14:15 +02:00
fixed test case
This commit is contained in:
parent
99083fff3f
commit
00916fa030
1 changed files with 5 additions and 1 deletions
|
@ -1740,7 +1740,11 @@ and try again. If you continue to receive this error after a few tries,
|
||||||
contact help@get.gov
|
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",
|
"RegistrySuccess",
|
||||||
form_data_success,
|
form_data_success,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue