clean unused

This commit is contained in:
@hangga 2023-10-17 18:29:26 +07:00
parent 378b9354da
commit 3f40e66508
1 changed files with 1 additions and 1 deletions

View File

@ -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.