Skip to content

Commit

Permalink
light/test_filterx: fix strip_whitespace parameter name to parse_csv
Browse files Browse the repository at this point in the history
Signed-off-by: Balazs Scheidler <[email protected]>
  • Loading branch information
bazsi committed Jun 9, 2024
1 parent 21cb82e commit fe4afd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/light/functional_tests/filterx/test_filterx.py
Original file line number Diff line number Diff line change
Expand Up @@ -1466,7 +1466,7 @@ def test_parse_csv_optional_arg_strip_whitespace(config, syslog_ng):
(file_true, file_false) = create_config(
config, """
custom_message = " foo , bar , baz, tik, tak, toe ";
$MSG = parse_csv(custom_message, delimiters=",", strip_whitespace=true);
$MSG = parse_csv(custom_message, delimiters=",", strip_whitespaces=true);
""",
)
syslog_ng.start(config)
Expand Down

0 comments on commit fe4afd1

Please sign in to comment.