diff --git a/src/registrar/signals.py b/src/registrar/signals.py index 5cf035eb9..301459f93 100644 --- a/src/registrar/signals.py +++ b/src/registrar/signals.py @@ -93,7 +93,7 @@ def create_or_update_organization_type(sender, instance, **kwargs): organization_type_needs_update = generic_org_type_changed or is_election_board_changed generic_org_type_needs_update = organization_type_changed - # Update that field + # Update the field if organization_type_needs_update: _update_org_type_from_generic_org_and_election(instance, generic_org_to_org_map) elif generic_org_type_needs_update: diff --git a/src/registrar/tests/test_reports.py b/src/registrar/tests/test_reports.py index d3eec946d..459ccde0f 100644 --- a/src/registrar/tests/test_reports.py +++ b/src/registrar/tests/test_reports.py @@ -562,7 +562,7 @@ class ExportDataTest(MockDb, MockEppLib): "MANAGED DOMAINS COUNTS AT END DATE\n" "Total,Federal,Interstate,State or territory,Tribal,County,City," "Special district,School district,Election office\n" - "3,2,1,0,0,0,0,0,0,2\n" + "3,2,1,0,0,0,0,0,0,0\n" "\n" "Domain name,Domain type,Domain manager email 1,Domain manager email 2,Domain manager email 3\n" "cdomain11.govFederal-Executivemeoward@rocks.com\n"