File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
src/main/java/com/browserstack/automate/ci Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 1717
1818public class PluginsTracker {
1919 private static final MediaType JSON = MediaType .get ("application/json; charset=utf-8" );
20- // private static final String URL = "https://api.browserstack.com/ci_plugins/track";
21- private static final String URL = "https://apiwtf2.bsstag.com/ci_plugins/track" ;
20+ private static final String URL = "https://api.browserstack.com/ci_plugins/track" ;
2221 private static final OkHttpClient client = new OkHttpClient ();
2322 private final String trackingId ;
2423 private String username ;
Original file line number Diff line number Diff line change @@ -82,12 +82,8 @@ private void fetchBuildAndSessions() {
8282
8383 BrowserStackClient client ;
8484 if (projectType == ProjectType .APP_AUTOMATE ) {
85- // will be removing the following line...
86- System .setProperty ("browserstack.app-automate.api" , "https://apiwtf2.bsstag.com/app-automate" );
8785 client = new AppAutomateClient (credentials .getUsername (), credentials .getDecryptedAccesskey ());
8886 } else {
89- // will be removing the following line before publishing for production
90- System .setProperty ("browserstack.automate.api" , "https://apiwtf2.bsstag.com/automate" );
9187 client = new AutomateClient (credentials .getUsername (), credentials .getDecryptedAccesskey ());
9288 }
9389
You can’t perform that action at this time.
0 commit comments