8000 is a very busy port. time to move it
This commit is contained in:
parent
1d7e77b37f
commit
74bab55eda
@ -12,7 +12,7 @@ import java.net.http.HttpResponse;
|
||||
|
||||
public class CalculatorClient {
|
||||
|
||||
private String DEFAULT_ROOT_URL = "http://localhost:8000";
|
||||
private String DEFAULT_ROOT_URL = "http://localhost:9090";
|
||||
static HttpClient httpClient;
|
||||
|
||||
public CalculatorClient() {
|
||||
|
@ -21,7 +21,7 @@ import static org.junit.Assert.assertEquals;
|
||||
public class CalculatorClientTests {
|
||||
|
||||
@Rule
|
||||
public WireMockRule wireMockRule = new WireMockRule(8000);
|
||||
public WireMockRule wireMockRule = new WireMockRule(9090);
|
||||
//public WireMockServer wms = new WireMockServer(9999);
|
||||
|
||||
@Before
|
||||
|
Loading…
Reference in New Issue
Block a user