Skip to content

Commit 3a032bd

Browse files
committed
test-commit
1 parent a7e620d commit 3a032bd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

browserstack-report-action/dist/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38272,7 +38272,8 @@ const constants = __nccwpck_require__(9350);
3827238272
class ReportService {
3827338273
constructor(authHeader) {
3827438274
this.authHeader = authHeader;
38275-
this.apiUrl = 'https://api-observability.browserstack.com/ext/v1/builds/buildReport';
38275+
// this.apiUrl = 'https://api-observability.browserstack.com/ext/v1/builds/buildReport';
38276+
this.apiUrl = 'https://api-observability-preprod.bsstag.com/ext/v1/builds/buildReport';
3827638277
}
3827738278

3827838279
async fetchReport(params) {

browserstack-report-action/src/services/ReportService.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ const constants = require('../../config/constants');
55
class ReportService {
66
constructor(authHeader) {
77
this.authHeader = authHeader;
8-
this.apiUrl = 'https://api-observability.browserstack.com/ext/v1/builds/buildReport';
8+
// this.apiUrl = 'https://api-observability.browserstack.com/ext/v1/builds/buildReport';
9+
this.apiUrl = 'https://api-observability-preprod.bsstag.com/ext/v1/builds/buildReport';
910
}
1011

1112
async fetchReport(params) {

0 commit comments

Comments
 (0)