Stoobly / stoobly-agent

Record, mock, and test HTTP/HTTPS requests. CLI agent for Stoobly.
Other
6 stars 0 forks source link

216 sending duplicate response param name create requests #224

Closed tylerbhadra closed 2 months ago

tylerbhadra commented 2 months ago

Changed response param extraction to only parse response schema for status code 200. Removes duplication issue for the following response param name:

{"name"=>"errorCode",  "inferred_type"=>"Hash", "query"=>"errorCode" }
Jvlythical commented 2 months ago

Looks good :)