mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-05 12:07:22 +02:00
Tweak domain type display by using get_organization_type_display and pulling federal_type if applicable
This commit is contained in:
parent
d624c22088
commit
8e768112f3
2 changed files with 9 additions and 6 deletions
|
@ -113,9 +113,9 @@ class ExportDataTest(TestCase):
|
|||
"Domain name,Domain type,Federal agency,Organization name,City,State,AO,"
|
||||
"AO email,Submitter,Submitter title,Submitter email,Submitter phone,"
|
||||
"Security Contact Email,Status\n"
|
||||
"adomain2.gov,interstate,dnsneeded\n"
|
||||
"cdomain1.gov,federal,World War I Centennial Commission,ready\n"
|
||||
"ddomain3.gov,federal,Armed Forces Retirement Home,onhold\n"
|
||||
"adomain2.gov,Interstate,dnsneeded\n"
|
||||
"cdomain1.gov,Federal,World War I Centennial Commission,ready\n"
|
||||
"ddomain3.gov,Federal,Armed Forces Retirement Home,onhold\n"
|
||||
)
|
||||
|
||||
# Normalize line endings and remove commas,
|
||||
|
@ -174,8 +174,8 @@ class ExportDataTest(TestCase):
|
|||
expected_content = (
|
||||
"Domain name,Domain type,Federal agency,Organization name,City,"
|
||||
"State,Security Contact Email\n"
|
||||
"cdomain1.gov,federal,World War I Centennial Commission\n"
|
||||
"ddomain3.gov,federal,Armed Forces Retirement Home\n"
|
||||
"cdomain1.gov,Federal,World War I Centennial Commission\n"
|
||||
"ddomain3.gov,Federal,Armed Forces Retirement Home\n"
|
||||
)
|
||||
|
||||
# Normalize line endings and remove commas,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue