From 02c929ddd391b357a5fbb608e5ae087b68d5ecc4 Mon Sep 17 00:00:00 2001 From: Erin <121973038+erinysong@users.noreply.github.com> Date: Thu, 12 Oct 2023 10:34:08 -0700 Subject: [PATCH] Implement format feedback --- src/registrar/tests/test_migrations.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",