From a2a5858d249222938c2f5e48087a922c63d7f9d8 Mon Sep 17 00:00:00 2001 From: Andrei Belov Date: Wed, 23 Aug 2017 12:28:23 +0300 Subject: [PATCH] tests: fix modsecurity-config-auditlog.t --- tests/modsecurity-config-auditlog.t | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/modsecurity-config-auditlog.t b/tests/modsecurity-config-auditlog.t index 76b4c93..92a8291 100644 --- a/tests/modsecurity-config-auditlog.t +++ b/tests/modsecurity-config-auditlog.t @@ -56,7 +56,6 @@ http { modsecurity on; modsecurity_rules ' SecRuleEngine On - SecAuditEngine On SecRule ARGS "@streq whee" "id:10,phase:2" SecRule ARGS "@streq whee" "id:11,phase:2" ';