Skip to content

Commit

Permalink
Merge "[FAB-6387] Temporary fix response value"
Browse files Browse the repository at this point in the history
  • Loading branch information
harrisob authored and Gerrit Code Review committed Dec 15, 2017
2 parents 115548f + 4d1256f commit ea8d0c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/integration/e2e/e2eUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,9 @@ function instantiateChaincode(userOrg, chaincode_path, version, language, upgrad
if (response instanceof Error &&
response.message.indexOf('Did not find expected key "test" in the transient map of the proposal')) {
success = true;
} else if (response &&
response.response.message.indexOf('Did not find expected key "test" in the transient map of the proposal')) {
success = true;
} else {
success = false;
}
Expand Down

0 comments on commit ea8d0c3

Please sign in to comment.