Skip to content

Commit ea566fa

Browse files
authored
Merge pull request #161 from japneetlambdatest/dev
env changes
2 parents a3db56d + 52d69ad commit ea566fa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

commands/utils/constants.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@ module.exports = {
4646
"https://stage-api.lambdatest.com/automation/api/v1/cypress/artefacts/test/",
4747
},
4848
stage_new: {
49-
INTEGRATION_BASE_URL: "https://stage-api.lambdatesting.com/liis",
49+
INTEGRATION_BASE_URL: "https://api.lambdatestinternal.com/liis",
5050
BUILD_BASE_URL:
51-
"https://stage-api.lambdatesting.com/automation/api/v1/builds/",
51+
"https://api.lambdatestinternal.com/automation/api/v1/builds/",
5252
BUILD_STOP_URL:
53-
"https://stage-api.lambdatesting.com/api/v1/test/stop?sessionId=",
53+
"https://api.lambdatestinternal.com/api/v1/test/stop?sessionId=",
5454
SESSION_URL:
55-
"https://stage-api.lambdatesting.com/automation/api/v1/sessions?limit=200&session_id=",
55+
"https://api.lambdatestinternal.com/automation/api/v1/sessions?limit=200&session_id=",
5656
REPORT_URL:
57-
"https://stage-api.lambdatesting.com/automation/api/v1/cypress/artefacts/test/",
57+
"https://api.lambdatestinternal.com/automation/api/v1/cypress/artefacts/test/",
5858
},
59-
stage_new: {
59+
stage_new1: {
6060
INTEGRATION_BASE_URL: "https://prestage-api.lambdatest.com/liis",
6161
BUILD_BASE_URL:
6262
"https://prestage-api.lambdatest.com/automation/api/v1/builds/",

0 commit comments

Comments
 (0)