Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 18245a9

Browse files
committed
Make IAM token server configurable in tests
1 parent 3378146 commit 18245a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ def getEnvForSuite(suiteName) {
1313
case 'iam':
1414
// Setting IAM_API_KEY forces tests to run using an IAM enabled client.
1515
envVars.add("IAM_API_KEY=$DB_IAM_API_KEY")
16+
envVars.add("IAM_TOKEN_URL=$SDKS_TEST_IAM_URL")
1617
break
1718
case 'cookie':
1819
case 'simplejson':

0 commit comments

Comments
 (0)