Fix linter errors and tests

This commit is contained in:
Rebecca Hsieh 2023-10-17 15:40:11 -07:00
parent 34294782c3
commit a87ebfc287
No known key found for this signature in database
GPG key ID: 644527A2F375A379
3 changed files with 3 additions and 5 deletions

View file

@ -620,9 +620,6 @@ class TestDomainApplicationAdmin(MockEppLib):
expected_fields = [
"creator",
"about_your_organization",
"address_line1",
"address_line2",
"zipcode",
"requested_domain",
"alternative_domains",
"purpose",

View file

@ -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