Skip to content

Commit

Permalink
Merge pull request wso2#1427 from PasanT9/port-fix-u2
Browse files Browse the repository at this point in the history
[U2] Fix checking port availability
  • Loading branch information
PasanT9 authored Dec 16, 2022
2 parents b72126c + b0b8c6d commit cfaf64f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public class LightweightObservabilityTestCase extends APIMIntegrationBaseTest {
private WireMockServer wireMockServer;
private final String carbonHome = System.getProperty(ServerConstants.CARBON_HOME);
private final String correlationId = "32ac33f7-dcb2-455c-8615-62725690eb50";
private final String endpointHost = "http://localhost";
private final String endpointHost = "localhost";
private int endpointPort;
private int lowerPortLimit = 9950;
private final int upperPortLimit = 9999;
Expand Down

0 comments on commit cfaf64f

Please sign in to comment.