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 db499c2 commit 3984744Copy full SHA for 3984744
tests/test_rules_remote.py
@@ -159,7 +159,6 @@ def test_new_line_split_index(self):
159
"""Test an ESQL rule's index validation to ensure that it can handle new line split indices."""
160
file_path = get_path(["tests", "data", "command_control_dummy_production_rule.toml"])
161
original_production_rule = load_rule_contents(file_path)
162
- # Test that a ValidationError is raised if the query doesn't match the schema
163
production_rule = deepcopy(original_production_rule)[0]
164
production_rule["metadata"]["integration"] = ["aws"]
165
production_rule["rule"]["query"] = """
0 commit comments