mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-01 08:43:30 +02:00
Fix linter errors and tests
This commit is contained in:
parent
34294782c3
commit
a87ebfc287
3 changed files with 3 additions and 5 deletions
|
@ -620,9 +620,6 @@ class TestDomainApplicationAdmin(MockEppLib):
|
|||
expected_fields = [
|
||||
"creator",
|
||||
"about_your_organization",
|
||||
"address_line1",
|
||||
"address_line2",
|
||||
"zipcode",
|
||||
"requested_domain",
|
||||
"alternative_domains",
|
||||
"purpose",
|
||||
|
|
|
@ -36,7 +36,7 @@ class TestGroups(TestCase):
|
|||
# Define the expected permission codenames
|
||||
expected_permissions = [
|
||||
"view_logentry",
|
||||
"view_contact",
|
||||
"change_contact",
|
||||
"view_domain",
|
||||
"change_domainapplication",
|
||||
"change_domaininformation",
|
||||
|
@ -45,6 +45,7 @@ class TestGroups(TestCase):
|
|||
"change_draftdomain",
|
||||
"analyst_access_permission",
|
||||
"change_user",
|
||||
"change_website",
|
||||
]
|
||||
|
||||
# Get the codenames of actual permissions associated with the group
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue