Fix unit tests

This commit is contained in:
zandercymatics 2024-05-23 10:31:41 -06:00
parent 15bf1a0490
commit 0220fcb664
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -2230,7 +2230,6 @@ class TestDomainRequestAdmin(MockEppLib):
"other_contacts", "other_contacts",
"current_websites", "current_websites",
"alternative_domains", "alternative_domains",
"generic_org_type",
"is_election_board", "is_election_board",
"id", "id",
"created_at", "created_at",
@ -2284,7 +2283,6 @@ class TestDomainRequestAdmin(MockEppLib):
"other_contacts", "other_contacts",
"current_websites", "current_websites",
"alternative_domains", "alternative_domains",
"generic_org_type",
"is_election_board", "is_election_board",
"creator", "creator",
"about_your_organization", "about_your_organization",
@ -2312,7 +2310,6 @@ class TestDomainRequestAdmin(MockEppLib):
"other_contacts", "other_contacts",
"current_websites", "current_websites",
"alternative_domains", "alternative_domains",
"generic_org_type",
"is_election_board", "is_election_board",
] ]
@ -3170,7 +3167,6 @@ class TestDomainInformationAdmin(TestCase):
expected_fields = [ expected_fields = [
"other_contacts", "other_contacts",
"generic_org_type",
"is_election_board", "is_election_board",
"creator", "creator",
"type_of_work", "type_of_work",