Changes but with comments this time

This commit is contained in:
Rebecca Hsieh 2023-09-04 12:07:57 -07:00
parent 28a80ace36
commit a4adb5ed46
No known key found for this signature in database
GPG key ID: 644527A2F375A379
14 changed files with 56 additions and 9 deletions

View file

@ -315,7 +315,8 @@ class TestDomainApplicationAdmin(TestCase):
request.user = self.superuser
readonly_fields = self.admin.get_readonly_fields(request, application)
# TODO-446: Add about_your_organization + remove type_of_work and more_organization_information
expected_fields = [
"id",
"created_at",
@ -360,6 +361,7 @@ class TestDomainApplicationAdmin(TestCase):
readonly_fields = self.admin.get_readonly_fields(request)
# TODO-446: Add about_your_organization + remove type_of_work and more_organization_information
expected_fields = [
"creator",
"type_of_work",