tweak tests and linter

This commit is contained in:
Rachid Mrad 2023-10-31 11:14:18 -04:00
parent 8e768112f3
commit 1cb0127dfb
No known key found for this signature in database
GPG key ID: EF38E4CEC4A8F3CF
2 changed files with 5 additions and 3 deletions

View file

@ -20,7 +20,8 @@ def export_domains_to_writer(writer, columns, sort_fields, filter_condition):
FIELDS = {
"Domain name": domainInfo.domain.name,
"Domain type": domainInfo.get_organization_type_display()
+ " - " + domainInfo.federal_type
+ " - "
+ domainInfo.get_federal_type_display()
if domainInfo.federal_type
else domainInfo.get_organization_type_display(),
"Federal agency": domainInfo.federal_agency,