Skip to content

Commit 6b9a2cf

Browse files
committed
test
1 parent fb75403 commit 6b9a2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_processing_conditions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def test_processing_condition_multiple_pipelines_set(dummy_processing_pipeline):
9090

9191

9292
def test_logsource_match(sigma_rule):
93-
assert LogsourceCondition(category="test_category").match(
93+
assert not LogsourceCondition(category="test_category").match(
9494
sigma_rule,
9595
)
9696

0 commit comments

Comments
 (0)