Merge pull request #8313 from kwoyke/BAEL-19798
BAEL-19798: Make PORT_NUMBER private
This commit is contained in:
commit
ce9a76e7d5
@ -15,7 +15,7 @@ import static com.github.tomakehurst.wiremock.client.WireMock.aResponse;
|
|||||||
@CucumberOptions(features = "classpath:karate")
|
@CucumberOptions(features = "classpath:karate")
|
||||||
public class KarateIntegrationTest {
|
public class KarateIntegrationTest {
|
||||||
|
|
||||||
public static final int PORT_NUMBER = 8097;
|
private static final int PORT_NUMBER = 8097;
|
||||||
|
|
||||||
private static final WireMockServer wireMockServer = new WireMockServer(WireMockConfiguration.options().port(PORT_NUMBER));
|
private static final WireMockServer wireMockServer = new WireMockServer(WireMockConfiguration.options().port(PORT_NUMBER));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user