mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-10 19:49:40 +02:00
test fixes
This commit is contained in:
parent
f218ca31ba
commit
34dd8511e2
3 changed files with 12 additions and 3 deletions
|
@ -233,7 +233,6 @@ class DomainRequestWizard(TemplateView):
|
|||
self._domain_request.generic_org_type = portfolio.organization_type
|
||||
self._domain_request.save()
|
||||
if portfolio and not self._domain_request.federal_type:
|
||||
logger.debug(f"Setting fed type to {portfolio.federal_type}")
|
||||
self._domain_request.federal_type = portfolio.federal_type
|
||||
self._domain_request.save()
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue