From d7b0c8f61a5093afe364de8e36b868efd64da099 Mon Sep 17 00:00:00 2001 From: Trim21 Date: Wed, 10 May 2023 22:16:15 +0800 Subject: [PATCH] code review --- tests/functional/functional-tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/functional-tests.js b/tests/functional/functional-tests.js index 5c52d42b..21221a04 100644 --- a/tests/functional/functional-tests.js +++ b/tests/functional/functional-tests.js @@ -3771,7 +3771,7 @@ describe('functional tests', function () { const objContent = Buffer.alloc(100 * 1024, 0) const canRunAssumeRoleTest = clientConfigParams.endPoint.includes('localhost') - const stsEndPoint = 'http://localhost:9000' + const stsEndPoint = 'http://' + clientConfigParams.endPoint + ':' + clientConfigParams.port try { if (canRunAssumeRoleTest) {