Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed May 10, 2023
1 parent da76935 commit d7b0c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/functional-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit d7b0c8f

Please sign in to comment.