Skip to content

Commit

Permalink
update error message in test files (hyperledger#7493)
Browse files Browse the repository at this point in the history
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
  • Loading branch information
macfarla authored Aug 20, 2024
1 parent 0182252 commit bfeb748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"id" : 67,
"error" : {
"code" : -32602,
"message" : "Invalid params"
"message" : "Invalid withdrawals"
}
},
"statusCode" : 200
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"id": 67,
"error": {
"code": -32602,
"message": "Invalid params",
"data": "Invalid withdrawals"
"message": "Invalid withdrawals"
}
},
"statusCode": 200
Expand Down

0 comments on commit bfeb748

Please sign in to comment.