Skip to content

Commit

Permalink
fix selective extractor test
Browse files Browse the repository at this point in the history
  • Loading branch information
ekneg54 committed Oct 23, 2023
1 parent f2479a4 commit 2277b02
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions tests/acceptance/test_selective_extractor_full_pipeline_pass.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,18 @@
# pylint: disable=line-too-long
import pytest

from tests.acceptance.util import (
get_test_output,
get_default_logprep_config,
)
from logprep.util.json_handling import dump_config_as_file
from tests.acceptance.util import get_default_logprep_config, get_test_output


@pytest.fixture(name="config")
def config_fixture():
pipeline = [
{
"normalizername": {
"type": "normalizer",
"specific_rules": ["tests/testdata/acceptance/normalizer/rules_static/specific"],
"generic_rules": ["tests/testdata/acceptance/normalizer/rules_static/generic"],
"regex_mapping": "tests/testdata/acceptance/normalizer/rules_static/regex_mapping.yml",
"dissector": {
"type": "dissector",
"specific_rules": ["tests/testdata/acceptance/dissector/rules/specific"],
"generic_rules": ["tests/testdata/acceptance/dissector/rules/generic"],
}
},
{
Expand Down

0 comments on commit 2277b02

Please sign in to comment.