Skip to content

Commit d603457

Browse files
committed
changed olly link
1 parent 2949cc6 commit d603457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/testObservability/helper/helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ exports.printBuildLink = async (shouldStopSession, exitCode = null) => {
105105
&& process.env.BS_TESTOPS_BUILD_HASHED_ID != "null"
106106
&& process.env.BS_TESTOPS_BUILD_HASHED_ID != "undefined") {
107107
console.log();
108-
logger.info(`Visit https://observability.browserstack.com/builds/${process.env.BS_TESTOPS_BUILD_HASHED_ID} to view build report, insights, and many more debugging information all at one place!\n`);
108+
logger.info(`Visit https://automation.browserstack.com/builds/${process.env.BS_TESTOPS_BUILD_HASHED_ID} to view build report, insights, and many more debugging information all at one place!\n`);
109109
}
110110
} catch(err) {
111111
exports.debug('Build Not Found');

0 commit comments

Comments
 (0)