mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-23 01:32:25 +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
|
@ -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