fixed more changes

This commit is contained in:
asaki222 2024-10-25 13:07:58 -04:00
parent e93b35c494
commit 7ada2d127c
No known key found for this signature in database
GPG key ID: 2C4F802060E06EA4
3 changed files with 3 additions and 4 deletions

View file

@ -249,7 +249,6 @@ class DomainRequestTests(TestWithUser, WebTest):
type_result = type_form.submit()
# should see results in db
domain_request = DomainRequest.objects.get() # there's only one
print(domain_request.generic_org_type)
self.assertEqual(domain_request.generic_org_type, "federal")
# the post request should return a redirect to the next form in
# the domain request page