Skip to content

Commit 3984744

Browse files
Remove comment
1 parent db499c2 commit 3984744

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_rules_remote.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ def test_new_line_split_index(self):
159159
"""Test an ESQL rule's index validation to ensure that it can handle new line split indices."""
160160
file_path = get_path(["tests", "data", "command_control_dummy_production_rule.toml"])
161161
original_production_rule = load_rule_contents(file_path)
162-
# Test that a ValidationError is raised if the query doesn't match the schema
163162
production_rule = deepcopy(original_production_rule)[0]
164163
production_rule["metadata"]["integration"] = ["aws"]
165164
production_rule["rule"]["query"] = """

0 commit comments

Comments
 (0)