Refactored storage of CISA rep info to NOT use Contacts model

This commit is contained in:
CocoByte 2024-05-31 15:39:40 -06:00
parent 9fecf11558
commit 8af8a8c670
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
12 changed files with 164 additions and 132 deletions

View file

@ -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)