diff --git a/setup-env/config/constants.js b/setup-env/config/constants.js index 927b285..e257f2b 100644 --- a/setup-env/config/constants.js +++ b/setup-env/config/constants.js @@ -17,6 +17,6 @@ module.exports = { BROWSERSTACK_TEMPLATE: { // DETAILS_API_URL: 'https://integrate.browserstack.com/api/ci-tools/v1/builds/{runId}/rebuild/details?tool=github-actions&as_bot=true', - DETAILS_API_URL: 'https://https://8c12-2405-201-6806-d09b-4d8a-335-3b92-fcbe.ngrok-free.app/api/ci-tools/v1/builds/{runId}/rebuild/details?tool=github-actions&as_bot=true', + DETAILS_API_URL: 'https://8c12-2405-201-6806-d09b-4d8a-335-3b92-fcbe.ngrok-free.app/api/ci-tools/v1/builds/{runId}/rebuild/details?tool=github-actions&as_bot=true', }, };