Stoobly / stoobly-agent

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

Endpoint import sending duplicate response_param_name create requests #216

Closed Jvlythical closed 1 month ago

Jvlythical commented 2 months ago

The following response param name gets duplicated:

{"name"=>"errorCode",  "inferred_type"=>"Hash", "query"=>"errorCode" }

The may be related to a wider issue where we are combining responses from different status codes. For now, we should just use the response for status code 200.