Skip to content

Commit 72bb8e6

Browse files
committed
updated comment
1 parent 69e8b12 commit 72bb8e6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

test_app/tests/resource_registry/test_resource_sync.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1431,10 +1431,10 @@ def test_cleanup_orphans_continues_after_deletion_error(admin_api_client, static
14311431
def test_paginate_skips_corrupted_uuid_object_id():
14321432
"""Assignments whose object_id is a UUID are skipped and flagged as invalid.
14331433
1434-
This guards against corrupted Gateway data (AAP-87798) where a RoleDefinition
1435-
UUID ends up as object_id for a namespace assignment. The corrupted assignment
1436-
must be skipped and the actor+role+type recorded in protected_pairs, while a valid assignment on the
1437-
same page is still applied.
1434+
This guards against corrupted Gateway data where a RoleDefinition UUID ends up
1435+
as object_id for a namespace assignment. The corrupted assignment must be skipped
1436+
and the actor+role+type recorded in protected_pairs, while a valid assignment on
1437+
the same page is still applied.
14381438
"""
14391439
corrupted_object_id = str(uuid4())
14401440
corrupted_actor = str(uuid4())

0 commit comments

Comments
 (0)