aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/testdata/reqresp-namedparam.js
blob: 9a9372b0a7113afc66e025ae79000b4b95ebcb35 (plain) (blame)
1
2
3
4
5
// This test checks that an error response is sent for calls
// with named parameters. 

--> {"jsonrpc":"2.0","method":"test_echo","params":{"int":23},"id":3}
<-- {"jsonrpc":"2.0","id":3,"error":{"code":-32602,"message":"non-array args"}}