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:
@@ -21,7 +21,7 @@
|
||||
"Expect":"100-continue"
|
||||
},
|
||||
"uri":"/",
|
||||
"protocol":"POST",
|
||||
"method":"POST",
|
||||
"body":[
|
||||
"--------------------------756b6d74fa1a8ee2",
|
||||
"Content-Disposition: form-data; name=\"name\"",
|
||||
@@ -82,7 +82,7 @@
|
||||
"Expect":"100-continue"
|
||||
},
|
||||
"uri":"/",
|
||||
"protocol":"POST",
|
||||
"method":"POST",
|
||||
"body":[
|
||||
"--------------------------756b6d74fa1a8ee2",
|
||||
"Content-Disposition: form-data; name=\"name\"",
|
||||
|
Reference in New Issue
Block a user