formatted for linting

This commit is contained in:
David Kennedy 2023-12-05 11:31:34 -05:00
parent 5811448450
commit 96714c4eb2
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
3 changed files with 2 additions and 3 deletions

View file

@ -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"})