mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 10:16:13 +02:00
Fix unit tests
This commit is contained in:
parent
15bf1a0490
commit
0220fcb664
1 changed files with 0 additions and 4 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue