We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4cadcb commit 5b9c05bCopy full SHA for 5b9c05b
contentctl/actions/detection_testing/infrastructures/DetectionTestingInfrastructure.py
@@ -1276,8 +1276,6 @@ def retry_search_until_timeout(
1276
# on a field. In this case, the field will appear but will not contain any values
1277
current_empty_fields: set[str] = set()
1278
1279
- # TODO (cmcginley): @ljstella is this something we're keeping for testing as
1280
- # well?
1281
for field in full_rba_field_set:
1282
if result.get(field, "null") == "null":
1283
if field in risk_object_fields_set:
0 commit comments