File tree Expand file tree Collapse file tree
browserstack-report-action Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38720,7 +38720,7 @@ const mockService = __nccwpck_require__(3169);
3872038720class ReportService {
3872138721 constructor(authHeader, isTestMode = false) {
3872238722 this.authHeader = authHeader;
38723- this.apiUrl = 'https://api-observability.browserstack.com/api /v1/builds/buildReport';
38723+ this.apiUrl = 'https://api-observability.browserstack.com/ext /v1/builds/buildReport';
3872438724 this.isTestMode = isTestMode;
3872538725 }
3872638726
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const mockService = require('./MockReportService');
66class ReportService {
77 constructor ( authHeader , isTestMode = false ) {
88 this . authHeader = authHeader ;
9- this . apiUrl = 'https://api-observability.browserstack.com/api /v1/builds/buildReport' ;
9+ this . apiUrl = 'https://api-observability.browserstack.com/ext /v1/builds/buildReport' ;
1010 this . isTestMode = isTestMode ;
1111 }
1212
You can’t perform that action at this time.
0 commit comments