Skip to content

Commit 98f8354

Browse files
authored
Merge pull request #282 from HRanjan-11/urlupdate
updated dev env
2 parents 6baf7e8 + 331d240 commit 98f8354

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
@@ -31,15 +31,15 @@ module.exports = {
3131
"https://api.lambdatest.com/automation/api/v1/cypress/artefacts/test/",
3232
},
3333
beta: {
34-
INTEGRATION_BASE_URL: "https://api-cypdevenv12-dev.lambdatestinternal.com/liis",
34+
INTEGRATION_BASE_URL: "https://api-cypdevenv22-dev.lambdatestinternal.com/liis",
3535
BUILD_BASE_URL:
36-
"https://api-cypdevenv12-dev.lambdatestinternal.com/automation/api/v1/builds/",
36+
"https://api-cypdevenv22-dev.lambdatestinternal.com/automation/api/v1/builds/",
3737
BUILD_STOP_URL:
38-
"https://api-cypdevenv12-dev.lambdatestinternal.com/api/v1/test/stop?sessionId=",
38+
"https://api-cypdevenv22-dev.lambdatestinternal.com/api/v1/test/stop?sessionId=",
3939
SESSION_URL:
40-
"https://api-cypdevenv12-dev.lambdatestinternal.com/automation/api/v1/sessions?limit=200&session_id=",
40+
"https://api-cypdevenv22-dev.lambdatestinternal.com/automation/api/v1/sessions?limit=200&session_id=",
4141
REPORT_URL:
42-
"https://api-cypdevenv12-dev.lambdatestinternal.com/automation/api/v1/cypress/artefacts/test/",
42+
"https://api-cypdevenv22-dev.lambdatestinternal.com/automation/api/v1/cypress/artefacts/test/",
4343
},
4444

4545
stage: {

0 commit comments

Comments
 (0)