@@ -32,7 +32,7 @@ properties([
3232 description : ' The URL of idam web' ),
3333 choice(name : ' IDAM_API_URL' , choices : [' https://idam-api.aat.platform.hmcts.net' , ' https://idam-api.demo.platform.hmcts.net' ],
3434 description : ' The URL of idam api' ),
35- choice(name : ' IDAM_TEST_URL ' , choices : [' https://idam-testing-support-api.aat.platform.hmcts.net' , ' https://idam-testing-support-api.demo.platform.hmcts.net' ],
35+ choice(name : ' IDAM_TEST_SUPPORT_API_URL ' , choices : [' https://idam-testing-support-api.aat.platform.hmcts.net' , ' https://idam-testing-support-api.demo.platform.hmcts.net' ],
3636 description : ' The URL of idam test user creation api' ),
3737 choice(name : ' DM_STORE_URL' , choices : [' http://dm-store-aat.service.core-compute-aat.internal' , ' http://dm-store-demo.service.core-compute-demo.internal' ],
3838 description : ' The URL of dm store' ),
@@ -223,7 +223,7 @@ withNightlyPipeline(type, product, component) {
223223 env. DM_STORE_URL = params. DM_STORE_URL
224224 env. IDAM_WEB_URL = params. IDAM_WEB_URL
225225 env. IDAM_API_URL = params. IDAM_API_URL
226- env. IDAM_TEST_URL = params. IDAM_TEST_URL
226+ env. IDAM_TEST_SUPPORT_API_URL = params. IDAM_TEST_SUPPORT_API_URL
227227 env. SERVICE_AUTH_PROVIDER_API_BASE_URL = params. SERVICE_AUTH_PROVIDER_API_BASE_URL
228228 env. CCD_DATA_STORE_URL = ccdDataStoreUrl
229229 env. CIVIL_SERVICE_URL = civilServiceUrl
0 commit comments