mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 10:59:21 +02:00
Update test
This commit is contained in:
parent
de7549842b
commit
79daf4c651
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue