From 601e0d70400343917c73803b56c2c1c5a0564f73 Mon Sep 17 00:00:00 2001 From: Andrei Belov Date: Wed, 21 Mar 2018 17:00:29 +0300 Subject: [PATCH] Adjust tests for @inspectFile operator --- test/test-cases/regression/operator-inpectFile.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/test-cases/regression/operator-inpectFile.json b/test/test-cases/regression/operator-inpectFile.json index 72cd6e21..4252deae 100644 --- a/test/test-cases/regression/operator-inpectFile.json +++ b/test/test-cases/regression/operator-inpectFile.json @@ -19,7 +19,7 @@ "Content-Length": "27", "Content-Type": "application/x-www-form-urlencoded" }, - "uri":"/whee?res=0", + "uri":"/whee?res=1", "method":"GET", "body": [ ] }, @@ -57,7 +57,7 @@ "Content-Length": "27", "Content-Type": "application/x-www-form-urlencoded" }, - "uri":"/whee?res=1", + "uri":"/whee?res=0", "method":"GET", "body": [ ] }, @@ -106,7 +106,7 @@ ] }, "expected":{ - "debug_log":"Rule returned 0." + "debug_log":"Rule returned 1." }, "rules":[ "SecRuleEngine On",