Fix regression tests structure : using method instead of protocol

This commit is contained in:
Felipe Zimmerle
2015-11-18 11:14:49 -03:00
parent c035e76ede
commit 3c45a57130
93 changed files with 191 additions and 191 deletions

View File

@@ -20,7 +20,7 @@
"Content-Type":"application/x-www-form-urlencoded"
},
"uri":"/one/two/three",
"protocol":"POST",
"method":"POST",
"body":[
"param1=value1&param2=value2"
]
@@ -66,7 +66,7 @@
"Content-Type":"application/x-www-form-urlencoded"
},
"uri":"/one/two/three?key=value",
"protocol":"POST",
"method":"POST",
"body":[
"param1=value1&param2=value2"
]
@@ -112,7 +112,7 @@
"Content-Type":"application/x-www-form-urlencoded"
},
"uri":"/one/two/%20/three?key=value",
"protocol":"POST",
"method":"POST",
"body":[
"param1=value1&param2=value2"
]