mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-01 16:53: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 = [
|
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",
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue