Skip to content

Commit 601e0d7

Browse files
defanatorFelipe Zimmerle
authored andcommitted
Adjust tests for @inspectFile operator
1 parent 138e301 commit 601e0d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/test-cases/regression/operator-inpectFile.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"Content-Length": "27",
2020
"Content-Type": "application/x-www-form-urlencoded"
2121
},
22-
"uri":"/whee?res=0",
22+
"uri":"/whee?res=1",
2323
"method":"GET",
2424
"body": [ ]
2525
},
@@ -57,7 +57,7 @@
5757
"Content-Length": "27",
5858
"Content-Type": "application/x-www-form-urlencoded"
5959
},
60-
"uri":"/whee?res=1",
60+
"uri":"/whee?res=0",
6161
"method":"GET",
6262
"body": [ ]
6363
},
@@ -106,7 +106,7 @@
106106
]
107107
},
108108
"expected":{
109-
"debug_log":"Rule returned 0."
109+
"debug_log":"Rule returned 1."
110110
},
111111
"rules":[
112112
"SecRuleEngine On",

0 commit comments

Comments
 (0)