File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,6 @@ def test_esql_endpoint_alerts_index(self):
155155 """
156156 _ = RuleCollection ().load_dict (production_rule )
157157
158-
159158 def test_esql_endpoint_unknown_index (self ):
160159 """Test an ESQL rule's index validation. This is expected to error on an unknown index."""
161160 # EsqlSchemaError
@@ -172,7 +171,6 @@ def test_esql_endpoint_unknown_index(self):
172171 with pytest .raises (EsqlUnknownIndexError ):
173172 _ = RuleCollection ().load_dict (production_rule )
174173
175-
176174 def test_esql_endpoint_alerts_index_endpoint_fields (self ):
177175 """Test an ESQL rule's schema validation using endpoint integration fields in the alerts index."""
178176 file_path = get_path (["tests" , "data" , "command_control_dummy_production_rule.toml" ])
You can’t perform that action at this time.
0 commit comments