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 = [ expected_fields = [
"creator", "creator",
"about_your_organization", "about_your_organization",
"address_line1",
"address_line2",
"zipcode",
"requested_domain", "requested_domain",
"alternative_domains", "alternative_domains",
"purpose", "purpose",

View file

@ -36,7 +36,7 @@ class TestGroups(TestCase):
# Define the expected permission codenames # Define the expected permission codenames
expected_permissions = [ expected_permissions = [
"view_logentry", "view_logentry",
"view_contact", "change_contact",
"view_domain", "view_domain",
"change_domainapplication", "change_domainapplication",
"change_domaininformation", "change_domaininformation",
@ -45,6 +45,7 @@ class TestGroups(TestCase):
"change_draftdomain", "change_draftdomain",
"analyst_access_permission", "analyst_access_permission",
"change_user", "change_user",
"change_website",
] ]
# Get the codenames of actual permissions associated with the group # Get the codenames of actual permissions associated with the group