Skip to content

Commit

Permalink
Merge pull request wso2#1429 from PasanT9/port-fix-u2
Browse files Browse the repository at this point in the history
[U2] Correct API endpoint URL in LightweightObservabilityTestCase
  • Loading branch information
PasanT9 authored Dec 16, 2022
2 parents cfaf64f + ea67cb8 commit b3c89f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public void setEnvironment() throws Exception {
public void testMessageTrackingLogs() throws Exception {
// Create and publish sample API
startWiremockServer();
apiEndPointURL = endpointHost + ":" + endpointPort + "/";
apiEndPointURL = "http://" + endpointHost + ":" + endpointPort + "/";

//Create API request
APIRequest apiRequest = new APIRequest(apiName, apiContext, new URL(apiEndPointURL));
Expand Down

0 comments on commit b3c89f4

Please sign in to comment.