File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -123,13 +123,10 @@ user_token="$(echo "$user_token_response" | jq -r '.token')"
123123
124124# check if state is kept after restoration
125125sleep 10
126- for i in {1..10}; do
127- echo " Checking restored data, attempt #$i "
128- expectInvokeRest " $fablo_rest_org1 $user_token " " my-channel1" " chaincode1" \
129- " KVContract:get" ' ["name"]' \
130- ' {"response":{"success":"Mr Freeze"}}' && break
131- sleep 5
132- done
126+
127+ expectInvokeRest " $fablo_rest_org1 $user_token " " my-channel1" " chaincode1" \
128+ " KVContract:get" ' ["name"]' \
129+ ' {"response":{"success":"Mr Freeze"}}'
133130
134131expectInvokeRest " $fablo_rest_org1 $user_token " " my-channel1" " chaincode1" \
135132 " KVContract:getPrivateMessage" ' ["_implicit_org_Org1MSP"]' \
You can’t perform that action at this time.
0 commit comments