Vamsi B
01/31/2023, 6:57 AMTom
01/31/2023, 10:28 AMVamsi B
02/01/2023, 4:30 AMJai Nigam
02/01/2023, 3:17 PMAshish S
02/01/2023, 5:11 PMTom
02/01/2023, 5:55 PMJackie chen
02/02/2023, 5:28 AMUri
02/02/2023, 5:38 AMSAAF
02/02/2023, 5:55 PMRequest was not matched
=======================
-----------------------------------------------------------------------------------------------------------------------
| Closest stub | Request |
-----------------------------------------------------------------------------------------------------------------------
|
POST | GET <<<<< HTTP method does not match
/api/v1/transaction/register | /actuator/health <<<<< URL does not match
Tom
02/02/2023, 5:57 PMRajesh Narayanappa
02/03/2023, 12:20 PMcountryCode
from this..
{
"query": "{\n countryDetails(\n input :{\n countryCode : \"IN\"\n }\n ) \n}",
"variables": {}
}
Nabeel Ashfaq
02/03/2023, 4:51 PMSarah Lepine
02/03/2023, 4:51 PMNabeel Ashfaq
02/03/2023, 4:52 PMNabeel Ashfaq
02/03/2023, 4:54 PMNabeel Ashfaq
02/03/2023, 4:59 PMNabeel Ashfaq
02/03/2023, 5:59 PMDaniel Ma
02/04/2023, 10:29 PMRemi David
02/05/2023, 11:02 PMLeszek Izdebski
02/06/2023, 10:44 AMTom
02/06/2023, 11:20 AMAnkur Agarwal
02/07/2023, 8:26 AMAndreas Weber
02/07/2023, 10:02 AM@Rule
public WireMockRule wireMock = new WireMockRule(wireMockConfig().dynamicHttpsPort().keystorePath("./selfsigned-localhost.jks")
Jai
02/07/2023, 1:37 PMJackie chen
02/10/2023, 8:06 AMjan zamoyski
02/10/2023, 8:53 AMjan zamoyski
02/10/2023, 8:53 AMMikael
02/10/2023, 2:34 PMKeystore was tampered with, or password was incorrect
I do have the password but I do not know how to install this keystore on my machine 😞
Thanks for your help.Aldeir Alves dos Santos
02/10/2023, 3:00 PMTerry
02/10/2023, 7:33 PMstubFor(any(urlPathEqualTo("/everything"))
.withQueryParam("search_term", equalTo("WireMock"))
.withQueryParam("search_term", equalTo("Wireshark"))
I have a stub like this that works fine initially, but when I make another stub that would change out "WireMock" for something else like "HungryAnts", it would still make the response for the above stub. So I'm wondering should I use equalTo or something else when I use queryParam? I want my stub to go to the exact file that has this specific url.