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