merge main

This commit is contained in:
Rachid Mrad 2024-04-25 16:50:24 -04:00
commit 088dcaccd2
No known key found for this signature in database
20 changed files with 1018 additions and 312 deletions

View file

@ -2016,6 +2016,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",
@ -2047,6 +2050,7 @@ class TestDomainRequestAdmin(MockEppLib):
"no_other_contacts_rationale",
"anything_else",
"is_policy_acknowledged",
"cisa_representative_email",
]
self.assertEqual(readonly_fields, expected_fields)