tests: fixes regression/config/10-misc-directives.t

SecDefaultAction was failing due to a wrong written test.
This commit is contained in:
Felipe Zimmerle 2014-01-01 09:57:45 -08:00
parent 0ddd2b4639
commit e5560a6a43

View File

@ -13,7 +13,7 @@
conf => qq(
SecRuleEngine on
SecDefaultAction "phase:1,deny,status:500"
SecRule REQUEST_URI "test.txt,id:500240"
SecRule REQUEST_URI "test.txt" "id:500241"
),
match_log => {
error => [ qr/ModSecurity: Access denied with code 500 \(phase 1\)/, 1 ],