mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-23 09:41:05 +02:00
Fix unit test after merge
This commit is contained in:
parent
836b190822
commit
fda3503896
2 changed files with 9 additions and 11 deletions
|
@ -894,9 +894,7 @@ class DomainRequestExport:
|
|||
|
||||
# Handle the federal_type field. Defaults to the wrong format.
|
||||
federal_type = request.get("federal_type")
|
||||
human_readable_federal_type = (
|
||||
BranchChoices.get_branch_label(federal_type) if federal_type else None
|
||||
)
|
||||
human_readable_federal_type = BranchChoices.get_branch_label(federal_type) if federal_type else None
|
||||
|
||||
# Handle the org_type field
|
||||
org_type = request.get("generic_org_type") or request.get("organization_type")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue