mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-21 00:34:43 +02:00
fixed more changes
This commit is contained in:
parent
e93b35c494
commit
7ada2d127c
3 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue