clean unused
This commit is contained in:
parent
378b9354da
commit
3f40e66508
@ -118,7 +118,7 @@ class CompletableFutureTimeoutUnitTest {
|
|||||||
wireMockServer = new WireMockServer(8080);
|
wireMockServer = new WireMockServer(8080);
|
||||||
wireMockServer.start();
|
wireMockServer.start();
|
||||||
WireMock.configureFor("localhost", 8080);
|
WireMock.configureFor("localhost", 8080);
|
||||||
System.out.println(PRODUCT_OFFERS);
|
|
||||||
stubFor(get(urlEqualTo("/api/dummy"))
|
stubFor(get(urlEqualTo("/api/dummy"))
|
||||||
.willReturn(aResponse()
|
.willReturn(aResponse()
|
||||||
.withFixedDelay(5000) // must be > DEFAULT_TIMEOUT for a timeout to occur.
|
.withFixedDelay(5000) // must be > DEFAULT_TIMEOUT for a timeout to occur.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user