Skip to content

Commit 08656f9

Browse files
Japneet Singh ChawlaJapneet Singh Chawla
authored andcommitted
constants change
1 parent eb9281e commit 08656f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

commands/utils/constants.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ module.exports = {
1919
"https://api.lambdatest.com/automation/api/v1/sessions?limit=200&session_id=",
2020
},
2121
stage: {
22-
INTEGRATION_BASE_URL: "https://api.japneet.dev.lambdatest.io/liis",
22+
INTEGRATION_BASE_URL: "https://api.japneets-cypress.dev.lambdatest.io/liis",
2323
BUILD_BASE_URL:
24-
"https://api.japneet.dev.lambdatest.io/automation/api/v1/builds/",
24+
"https://api.japneets-cypress.dev.lambdatest.io/automation/api/v1/builds/",
2525
BUILD_STOP_URL:
26-
"https://api.japneet.dev.lambdatest.io/api/v1/test/stop?buildId=",
26+
"https://api.japneets-cypress.dev.lambdatest.io/api/v1/test/stop?buildId=",
2727
SESSION_URL:
28-
"https://api.japneet.dev.lambdatest.io/automation/api/v1/sessions?limit=200&session_id=",
28+
"https://api.japneets-cypress.dev.lambdatest.io/automation/api/v1/sessions?limit=200&session_id=",
2929
},
3030
beta: {
3131
INTEGRATION_BASE_URL: "https://beta-api.lambdatest.com/liis",

0 commit comments

Comments
 (0)