mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Fix regression tests structure : using method instead of protocol
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
"Content-Type":"application/x-www-form-urlencoded"
|
||||
},
|
||||
"uri":"/one/two/three?key1=value1&key2=v%20a%20l%20u%20e%202",
|
||||
"protocol":"GET"
|
||||
"method":"GET"
|
||||
},
|
||||
"response":{
|
||||
"headers":{
|
||||
@@ -61,7 +61,7 @@
|
||||
"Cookie":"USER_TOKEN=Yes; a=z; t=b"
|
||||
},
|
||||
"uri":"/?key=value&key=other_value",
|
||||
"protocol":"GET"
|
||||
"method":"GET"
|
||||
},
|
||||
"response":{
|
||||
"headers":{
|
||||
|
Reference in New Issue
Block a user