Skip to content

Commit

Permalink
Fix web3 helm test (#9064)
Browse files Browse the repository at this point in the history
Fix regression in web3 helm test caused by error message refactoring

Signed-off-by: Steven Sheehy <steven.sheehy@swirldslabs.com>
Signed-off-by: Jeff Schmidt <jeffrey.schmidt@swirldslabs.com>
  • Loading branch information
steven-sheehy authored and Jeff Schmidt committed Aug 22, 2024
1 parent b026e2d commit e0589b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/hedera-mirror-web3/postman.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
" pm.expect(response).to.not.have.key('result');",
" let result = \"\";",
" response._status.messages.forEach(msg => {",
" result += msg.message;})",
" result += msg.detail;})",
" pm.expect(result)",
" .to.contain(\"to field invalid hexadecimal string\")",
" .and.contain(\"from field invalid hexadecimal string\")",
Expand Down

0 comments on commit e0589b6

Please sign in to comment.