mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 12:08:40 +02:00
Refactored storage of CISA rep info to NOT use Contacts model
This commit is contained in:
parent
9fecf11558
commit
8af8a8c670
12 changed files with 164 additions and 132 deletions
|
@ -2263,7 +2263,9 @@ class TestDomainRequestAdmin(MockEppLib):
|
|||
"no_other_contacts_rationale",
|
||||
"anything_else",
|
||||
"has_anything_else_text",
|
||||
"cisa_representative",
|
||||
"cisa_representative_first_name",
|
||||
"cisa_representative_last_name,"
|
||||
"cisa_representative_email",
|
||||
"has_cisa_representative",
|
||||
"is_policy_acknowledged",
|
||||
"submission_date",
|
||||
|
@ -2296,7 +2298,9 @@ class TestDomainRequestAdmin(MockEppLib):
|
|||
"no_other_contacts_rationale",
|
||||
"anything_else",
|
||||
"is_policy_acknowledged",
|
||||
"cisa_representative",
|
||||
"cisa_representative_first_name",
|
||||
"cisa_representative_last_name,"
|
||||
"cisa_representative_email",
|
||||
]
|
||||
|
||||
self.assertEqual(readonly_fields, expected_fields)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue