Merge "[FAB-16036] Fix a error of get query in testAPI.sh" into release-1.4

This commit is contained in:
Arnaud J Le Hors 2019-08-07 23:18:44 +00:00 committed by Gerrit Code Review
commit da7f3cd0cc

View file

@ -197,7 +197,7 @@ VALUES=$(curl -s -X POST \
echo $VALUES
# Assign previous invoke transaction id to TRX_ID
MESSAGE=$(echo $VALUES | jq -r ".message")
TRX_ID=${MESSAGE#*ID:}
TRX_ID=${MESSAGE#*ID: }
echo
echo "GET query chaincode on peer1 of Org1"