Skip to content

Commit 0403732

Browse files
Japneet Singh ChawlaJapneet Singh Chawla
authored andcommitted
constants changed
1 parent 26a6274 commit 0403732

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commands/utils/constants.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
REPORT_URL:
2121
"https://api.lambdatest.com/automation/api/v1/cypress/report/artefacts/test/",
2222
},
23-
stage: {
23+
beta: {
2424
INTEGRATION_BASE_URL: "https://api.cypress-v3.dev.lambdatest.io/liis",
2525
BUILD_BASE_URL:
2626
"https://api.cypress-v3.dev.lambdatest.io/automation/api/v1/builds/",
@@ -31,7 +31,7 @@ module.exports = {
3131
REPORT_URL:
3232
"https://api.cypress-v3.dev.lambdatest.io/automation/api/v1/cypress/artefacts/test/",
3333
},
34-
beta: {
34+
stage: {
3535
INTEGRATION_BASE_URL: "https://stage-api.lambdatest.com/liis",
3636
BUILD_BASE_URL:
3737
"https://stage-api.lambdatest.com/automation/api/v1/builds/",

0 commit comments

Comments
 (0)