Não está sendo criado o mock com queryParams
jorgejlp91 opened this issue · 1 comments
jorgejlp91 commented
Fiz as devidas configurações e não está sendo criado o mock com a tag queryParans.
application.yml:
target.url: http://localhost:8080/api/v1
dependencies:
stubby.url: http://localhost:8905
request.json:
{
"url": "/search/*",
"method": "GET",
"body": {
"id": 123456
},
"headers": {
"content-type": "application/json"
},
"queryParams": {"name": "tenis"}
}