We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 138e301 commit 601e0d7Copy full SHA for 601e0d7
test/test-cases/regression/operator-inpectFile.json
@@ -19,7 +19,7 @@
19
"Content-Length": "27",
20
"Content-Type": "application/x-www-form-urlencoded"
21
},
22
- "uri":"/whee?res=0",
+ "uri":"/whee?res=1",
23
"method":"GET",
24
"body": [ ]
25
@@ -57,7 +57,7 @@
57
58
59
60
- "uri":"/whee?res=1",
+ "uri":"/whee?res=0",
61
62
63
@@ -106,7 +106,7 @@
106
]
107
108
"expected":{
109
- "debug_log":"Rule returned 0."
+ "debug_log":"Rule returned 1."
110
111
"rules":[
112
"SecRuleEngine On",
0 commit comments