diff --git a/tests/rules/test_ag_literal.py b/tests/rules/test_ag_literal.py index 660786d9..52376740 100644 --- a/tests/rules/test_ag_literal.py +++ b/tests/rules/test_ag_literal.py @@ -7,6 +7,7 @@ stderr = ('ERR: Bad regex! pcre_compile() failed at position 1: missing )\n' matching_command = Command(script='ag \\(', stderr=stderr) + @pytest.mark.parametrize('command', [ matching_command]) def test_match(command):