Skip to content

Commit

Permalink
test: adapt network options test
Browse files Browse the repository at this point in the history
  • Loading branch information
Atix committed Sep 15, 2021
1 parent 171dde1 commit aadab09
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -83,7 +83,9 @@ const allow = {
code: 5012,
message: 'Missing chain code',
retriable: false
}
},
{ code: 5013, message: 'Invalid operation status', retriable: false },
{ code: 5014, message: 'Given operation status and success state does not match', retriable: false }
],
historical_balance_lookup: true,
call_methods: [],
Expand Down

0 comments on commit aadab09

Please sign in to comment.