Skip to content

Commit 3eecaaa

Browse files
linting
1 parent d9e788c commit 3eecaaa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_rules_remote.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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"])

0 commit comments

Comments
 (0)