mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-29 15:53:31 +02:00
Fix linting and tets
This commit is contained in:
parent
696941aba7
commit
34a2f39fdf
8 changed files with 35 additions and 73 deletions
|
@ -315,8 +315,7 @@ 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",
|
||||
|
@ -338,8 +337,7 @@ class TestDomainApplicationAdmin(TestCase):
|
|||
"state_territory",
|
||||
"zipcode",
|
||||
"urbanization",
|
||||
"type_of_work",
|
||||
"more_organization_information",
|
||||
"about_your_organization",
|
||||
"authorizing_official",
|
||||
"approved_domain",
|
||||
"requested_domain",
|
||||
|
@ -361,11 +359,9 @@ 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",
|
||||
"more_organization_information",
|
||||
"about_your_organization",
|
||||
"address_line1",
|
||||
"address_line2",
|
||||
"zipcode",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue