Add missing RPC test

This commit is contained in:
coffeepots 2018-06-12 09:14:24 +01:00
parent 687c577942
commit 1212861547
1 changed files with 4 additions and 2 deletions

View File

@ -21,5 +21,7 @@ suite "RPC Errors":
let
malformedJson = "{field: 2, \"field: 3}\n"
res = waitFor client.rawCall("rpc", malformedJson)
info "res", res
test "Missing RPC":
#expect:
let res = waitFor client.call("phantomRpc", %[])
echo ">>", res