mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-14 06:55:08 +02:00
change organization_type to generic_org_type
This commit is contained in:
parent
357ccf0b5b
commit
cb9808594f
29 changed files with 204 additions and 176 deletions
|
@ -341,9 +341,9 @@ class ExportDataTest(MockDb, MockEppLib):
|
|||
"State",
|
||||
"Security contact email",
|
||||
]
|
||||
sort_fields = ["domain__name", "federal_agency", "organization_type"]
|
||||
sort_fields = ["domain__name", "federal_agency", "generic_org_type"]
|
||||
filter_condition = {
|
||||
"organization_type__icontains": "federal",
|
||||
"generic_org_type__icontains": "federal",
|
||||
"domain__state__in": [
|
||||
Domain.State.READY,
|
||||
Domain.State.DNS_NEEDED,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue