Skip to content

Commit

Permalink
Remove redundant test
Browse files Browse the repository at this point in the history
  • Loading branch information
kderusso committed Oct 10, 2024
1 parent 9784406 commit c5fa25e
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,19 +159,6 @@ teardown:

- match: { total_matched_rules: 0 }

---
"Test query rules with multiple matching rules":

- do:
query_rules.test:
ruleset_id: test-ruleset
body:
match_criteria:
query_string: logstash

- match: { total_matched_rules: 1 }
- match: { matched_rules.0.rule_id: 'rule3' }

---
"Test rules where the same ID is both pinned and excluded":
- do:
Expand Down

0 comments on commit c5fa25e

Please sign in to comment.