Skip to content

Commit 5b9c05b

Browse files
removing a stale TODO
1 parent e4cadcb commit 5b9c05b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

contentctl/actions/detection_testing/infrastructures/DetectionTestingInfrastructure.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,8 +1276,6 @@ def retry_search_until_timeout(
12761276
# on a field. In this case, the field will appear but will not contain any values
12771277
current_empty_fields: set[str] = set()
12781278

1279-
# TODO (cmcginley): @ljstella is this something we're keeping for testing as
1280-
# well?
12811279
for field in full_rba_field_set:
12821280
if result.get(field, "null") == "null":
12831281
if field in risk_object_fields_set:

0 commit comments

Comments
 (0)