mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 20:18:38 +02:00
Implement format feedback
This commit is contained in:
parent
bd1b5654ef
commit
02c929ddd3
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ class TestGroups(TestCase):
|
|||
UserGroup.objects.filter(name="full_access_group"), [full_access_group]
|
||||
)
|
||||
|
||||
# Test data migrations for cisa_analysts_group permission
|
||||
# ran as expected.
|
||||
# Test permissions for cisa_analysts_group
|
||||
# Verifies permission data migrations ran as expected.
|
||||
# Define the expected permission codenames
|
||||
expected_permissions = [
|
||||
"view_logentry",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue