mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-02 07:52:15 +02:00
formatted for linting
This commit is contained in:
parent
5811448450
commit
96714c4eb2
3 changed files with 2 additions and 3 deletions
|
@ -91,7 +91,7 @@ class TestFormValidation(MockEppLib):
|
|||
form.errors["requested_domain"],
|
||||
["Enter the .gov domain you want without any periods."],
|
||||
)
|
||||
|
||||
|
||||
def test_requested_domain_invalid_characters(self):
|
||||
"""must be a valid .gov domain name."""
|
||||
form = DotGovDomainForm(data={"requested_domain": "underscores_forever"})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue