We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d0589f commit 9b019adCopy full SHA for 9b019ad
src/test/java/com/amadeus/ordering/transferOrders/transfers/CancellationIT.java
@@ -61,7 +61,8 @@ public void givenClientWhenCallTransferOrdersWithParamsThenOK()
61
throws ResponseException, IOException {
62
63
//Given
64
- String address = "/v1/ordering/transfer-orders/123456/transfers/cancellation" + "?confirmNmb=12029761";
+ String address = "/v1/ordering/transfer-orders/123456/transfers/cancellation" +
65
+ "?confirmNmb=12029761";
66
wireMockServer.stubFor(post(urlEqualTo(address))
67
.willReturn(aResponse().withHeader("Content-Type", "application/json")
68
.withStatus(200)
0 commit comments