mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-30 22:46:30 +02:00
Merge branch 'main' into nmb/field-validation
This commit is contained in:
commit
6bda7b7ead
23 changed files with 549 additions and 223 deletions
|
@ -40,7 +40,7 @@ class TestFormValidation(TestCase):
|
|||
form = DotGovDomainForm(data={"requested_domain": "top-level-agency.com"})
|
||||
self.assertEqual(
|
||||
form.errors["requested_domain"],
|
||||
["Please enter a top-level domain name without any periods."],
|
||||
["Please enter a domain without any periods."],
|
||||
)
|
||||
|
||||
def test_requested_domain_invalid_characters(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue