mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Fix regression tests structure : using method instead of protocol
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
"Accept":"*/*"
|
||||
},
|
||||
"uri":"/?keyI=value&keyII=other_value",
|
||||
"protocol":"GET"
|
||||
"method":"GET"
|
||||
},
|
||||
"response":{
|
||||
"headers":{
|
||||
@@ -61,7 +61,7 @@
|
||||
"Accept":"*/*"
|
||||
},
|
||||
"uri":"/?keyI=value&keyII=other_value",
|
||||
"protocol":"GET"
|
||||
"method":"GET"
|
||||
},
|
||||
"response":{
|
||||
"headers":{
|
||||
|
Reference in New Issue
Block a user