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 {
|
public class CalculatorClient {
|
||||||
|
|
||||||
private String DEFAULT_ROOT_URL = "http://localhost:8000";
|
private String DEFAULT_ROOT_URL = "http://localhost:9090";
|
||||||
static HttpClient httpClient;
|
static HttpClient httpClient;
|
||||||
|
|
||||||
public CalculatorClient() {
|
public CalculatorClient() {
|
||||||
|
@ -21,7 +21,7 @@ import static org.junit.Assert.assertEquals;
|
|||||||
public class CalculatorClientTests {
|
public class CalculatorClientTests {
|
||||||
|
|
||||||
@Rule
|
@Rule
|
||||||
public WireMockRule wireMockRule = new WireMockRule(8000);
|
public WireMockRule wireMockRule = new WireMockRule(9090);
|
||||||
//public WireMockServer wms = new WireMockServer(9999);
|
//public WireMockServer wms = new WireMockServer(9999);
|
||||||
|
|
||||||
@Before
|
@Before
|
||||||
|
Loading…
Reference in New Issue
Block a user