mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-26 04:28:39 +02:00
Fix tests
This commit is contained in:
parent
921a804cab
commit
401309ac5d
2 changed files with 4 additions and 2 deletions
|
@ -2232,6 +2232,7 @@ class TestDomainRequestAdmin(MockEppLib):
|
|||
"alternative_domains",
|
||||
"generic_org_type",
|
||||
"is_election_board",
|
||||
"federal_agency",
|
||||
"id",
|
||||
"created_at",
|
||||
"updated_at",
|
||||
|
@ -2286,6 +2287,7 @@ class TestDomainRequestAdmin(MockEppLib):
|
|||
"alternative_domains",
|
||||
"generic_org_type",
|
||||
"is_election_board",
|
||||
"federal_agency",
|
||||
"creator",
|
||||
"about_your_organization",
|
||||
"requested_domain",
|
||||
|
@ -2314,6 +2316,7 @@ class TestDomainRequestAdmin(MockEppLib):
|
|||
"alternative_domains",
|
||||
"generic_org_type",
|
||||
"is_election_board",
|
||||
"federal_agency",
|
||||
]
|
||||
|
||||
self.assertEqual(readonly_fields, expected_fields)
|
||||
|
@ -3172,6 +3175,7 @@ class TestDomainInformationAdmin(TestCase):
|
|||
"other_contacts",
|
||||
"generic_org_type",
|
||||
"is_election_board",
|
||||
"federal_agency",
|
||||
"creator",
|
||||
"type_of_work",
|
||||
"more_organization_information",
|
||||
|
|
|
@ -37,9 +37,7 @@ class TestGroups(TestCase):
|
|||
"add_domaininvitation",
|
||||
"view_domaininvitation",
|
||||
"change_domainrequest",
|
||||
"add_federalagency",
|
||||
"change_federalagency",
|
||||
"delete_federalagency",
|
||||
"analyst_access_permission",
|
||||
"change_user",
|
||||
"delete_userdomainrole",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue