We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb75403 commit 6b9a2cfCopy full SHA for 6b9a2cf
tests/test_processing_conditions.py
@@ -90,7 +90,7 @@ def test_processing_condition_multiple_pipelines_set(dummy_processing_pipeline):
90
91
92
def test_logsource_match(sigma_rule):
93
- assert LogsourceCondition(category="test_category").match(
+ assert not LogsourceCondition(category="test_category").match(
94
sigma_rule,
95
)
96
0 commit comments