Fix syntax error

This commit is contained in:
Dennis Melzer 2024-01-24 09:57:04 +01:00
parent 39aa0ef80e
commit 03b7799286

View File

@ -602,7 +602,7 @@ class TestMail(
"PDF Files without f1 and f2 and f3", "PDF Files without f1 and f2 and f3",
include_pattern="*.pdf", include_pattern="*.pdf",
exclude_pattern="f1*,f2*,f3*", exclude_pattern="f1*,f2*,f3*",
expected_matches=[list"file.PDf"], expected_matches=["file.PDf"],
), ),
FilterTestCase( FilterTestCase(
"All Files, no PNG", "All Files, no PNG",