test fixes

This commit is contained in:
matthewswspence 2025-03-03 17:12:28 -06:00
parent f218ca31ba
commit 34dd8511e2
No known key found for this signature in database
GPG key ID: FB458202A7852BA4
3 changed files with 12 additions and 3 deletions

View file

@ -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: