Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sifex committed Feb 16, 2025
1 parent d9f4d8c commit 2282b52
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,9 @@ def test_regression_github_issue_321_brackets(
]


def test_regression_github_issue_321_selection_confusion(rule_collection, test_backend, sigma_filter):
def test_regression_github_issue_321_selection_confusion(
rule_collection, test_backend, sigma_filter
):
sigma_filter.filter = SigmaGlobalFilter.from_dict(
{
"rules": [
Expand All @@ -358,4 +360,4 @@ def test_regression_github_issue_321_selection_confusion(rule_collection, test_b

assert test_backend.convert(rule_collection) == [
'(EventID=4625 or EventID2=4624) and not User startswith "adm_"'
]
]

0 comments on commit 2282b52

Please sign in to comment.