You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
was not being respected. Fix undefined python
behavior where during filtering of detections,
we were deleting items from the list while iterating
over it.
Copy file name to clipboardExpand all lines: contentctl/objects/config.py
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -689,17 +689,13 @@ class test(test_common):
689
689
splunk_api_password: Optional[str] =Field(default=None, exclude=True, description="Splunk API password used for running appinspect or installaing apps from Splunkbase")
server_info:Optional[str] =Field(None, validate_default=True, description='String of pre-configured servers to use for testing. The list MUST be in the format:\n'
0 commit comments