Ekta Bansal
07/12/2023, 9:50 AM{
"request": {
"method": "GET",
"urlPath": "/services/data/v58.0/query",
"headers": {
"content-type": {
"equalTo": "application/json"
}
},"queryParameters": {
"search_term": {
"equalTo": "WireMock"
}
}
},
"response": {
"status": 200,
"bodyFileName": "get-users-200.json",
"headers": {
"content-type": "application/json"
}
}
}
why it is not taking my query parameter when i mock this api,
Tom
07/12/2023, 9:52 AMEkta Bansal
07/12/2023, 9:53 AMTom
07/12/2023, 9:55 AM"caseInsensitive": true
to avoid this issue in the equalTo matcher