change organization_type to generic_org_type

This commit is contained in:
Rachid Mrad 2024-03-20 17:33:55 -04:00
parent 357ccf0b5b
commit cb9808594f
No known key found for this signature in database
29 changed files with 204 additions and 176 deletions

View file

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