mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-27 21:16:28 +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]
|
UserGroup.objects.filter(name="full_access_group"), [full_access_group]
|
||||||
)
|
)
|
||||||
|
|
||||||
# Test data migrations for cisa_analysts_group permission
|
# Test permissions for cisa_analysts_group
|
||||||
# ran as expected.
|
# Verifies permission data migrations ran as expected.
|
||||||
# Define the expected permission codenames
|
# Define the expected permission codenames
|
||||||
expected_permissions = [
|
expected_permissions = [
|
||||||
"view_logentry",
|
"view_logentry",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue