Skip to content

Commit a90678a

Browse files
Japneet Singh ChawlaJapneet Singh Chawla
authored andcommitted
stage url changed
1 parent c194269 commit a90678a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

commands/utils/constants.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ module.exports = {
3535
"https://api.cypress-v3.dev.lambdatest.io/automation/api/v1/cypress/artefacts/test/",
3636
},
3737
stage: {
38-
INTEGRATION_BASE_URL: "https://stage-api.lambdatest.com/liis",
38+
INTEGRATION_BASE_URL: "https://stage-api.lambdatestinternal.com/liis",
3939
BUILD_BASE_URL:
40-
"https://stage-api.lambdatest.com/automation/api/v1/builds/",
40+
"https://stage-api.lambdatestinternal.com/automation/api/v1/builds/",
4141
BUILD_STOP_URL:
42-
"https://stage-api.lambdatest.com/api/v1/test/stop?sessionId=",
42+
"https://stage-api.lambdatestinternal.com/api/v1/test/stop?sessionId=",
4343
SESSION_URL:
44-
"https://stage-api.lambdatest.com/automation/api/v1/sessions?limit=200&session_id=",
44+
"https://stage-api.lambdatestinternal.com/automation/api/v1/sessions?limit=200&session_id=",
4545
REPORT_URL:
46-
"https://stage-api.lambdatest.com/automation/api/v1/cypress/artefacts/test/",
46+
"https://stage-api.lambdatestinternal.com/automation/api/v1/cypress/artefacts/test/",
4747
},
4848

4949
stage_new: {

0 commit comments

Comments
 (0)