This commit is contained in:
Rachid Mrad 2024-04-25 16:34:17 -04:00
commit 68bc920010
No known key found for this signature in database
20 changed files with 1018 additions and 312 deletions

View file

@ -2034,6 +2034,9 @@ class TestDomainRequestAdmin(MockEppLib):
"purpose",
"no_other_contacts_rationale",
"anything_else",
"has_anything_else_text",
"cisa_representative_email",
"has_cisa_representative",
"is_policy_acknowledged",
"submission_date",
"notes",
@ -2065,6 +2068,7 @@ class TestDomainRequestAdmin(MockEppLib):
"no_other_contacts_rationale",
"anything_else",
"is_policy_acknowledged",
"cisa_representative_email",
]
self.assertEqual(readonly_fields, expected_fields)