diff --git a/src/registrar/tests/test_migrations.py b/src/registrar/tests/test_migrations.py index 0b71f3bf6..95e5853ff 100644 --- a/src/registrar/tests/test_migrations.py +++ b/src/registrar/tests/test_migrations.py @@ -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",