Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
Updated api url
Browse files Browse the repository at this point in the history
  • Loading branch information
kanhaiya authored and diemol committed Jul 19, 2019
1 parent fff0573 commit f0859a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public boolean useAuthenticationToDownloadFile() {

@Override
public TestInformation getTestInformation(String seleniumSessionId) {
String lambdaTestTestUrl = "https://stage-api.lambdatest.com/automation/api/v1/zalenium/%s";
String lambdaTestTestUrl = "https://api.lambdatest.com/automation/api/v1/zalenium/%s";
lambdaTestTestUrl = String.format(lambdaTestTestUrl, seleniumSessionId);

JsonObject testData = getCommonProxyUtilities().readJSONFromUrl(lambdaTestTestUrl, LT_USERNAME, LT_ACCESS_KEY)
Expand Down

0 comments on commit f0859a9

Please sign in to comment.