Skip to content

Commit d959ab3

Browse files
[FAB-4992] Fix Auction Chaincode daily tests
Issue is caused due to the patch https://gerrit.hyperledger.org/r/#/c/11021/ Changed the ORDERER_CA to use tlscacerts Change-Id: Icc41213525eee8fc1276826fa65169e71884af6f Signed-off-by: sandp125 <[email protected]>
1 parent 7e25964 commit d959ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tools/AuctionApp/api_driver.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ TEMP_LOG_FILE="temp_auction_logs.log"
3232
ORDERER_IP=orderer.example.com:7050
3333
LOG_LEVEL="error"
3434

35-
ORDERER_CA=$GOPATH/src/github.com/hyperledger/fabric/peer/crypto/ordererOrganizations/example.com/orderers/orderer.example.com/msp/cacerts/ca.example.com-cert.pem
35+
ORDERER_CA=$GOPATH/src/github.com/hyperledger/fabric/peer/crypto/ordererOrganizations/example.com/orderers/orderer.example.com/msp/tlscacerts/tlsca.example.com-cert.pem
3636

3737
function wait() {
3838
printf "\nWait for $1 secs\n"

0 commit comments

Comments
 (0)