test fixes

This commit is contained in:
matthewswspence 2025-03-04 13:27:41 -06:00
parent 34dd8511e2
commit 9ddf7a6cd0
No known key found for this signature in database
GPG key ID: FB458202A7852BA4
2 changed files with 8 additions and 6 deletions

View file

@ -599,6 +599,9 @@ class DotGovDomainForm(RegistrarForm):
return_type=ValidationReturnType.FORM_VALIDATION_ERROR,
)
return validated
def is_valid(self):
return super().is_valid()
requested_domain = forms.CharField(
label="What .gov domain do you want?",