Skip to content

Commit

Permalink
Fix proxy service logging test
Browse files Browse the repository at this point in the history
  • Loading branch information
anbsky committed Aug 23, 2019
1 parent 9f43785 commit bc83d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/proxy/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ func TestCallClientJSONError(t *testing.T) {
assert.Equal(t, "2.0", rpcResponse.JSONRPC)
assert.Equal(t, ErrJSONParse, rpcResponse.Error.Code)
assert.Equal(t, "unexpected end of JSON input", rpcResponse.Error.Message)
assert.Equal(t, "malformed JSON from client: unexpected end of JSON input", hook.LastEntry().Message)
assert.Equal(t, "error calling lbrynet: unexpected end of JSON input, query: {\"method\":\"version}", hook.LastEntry().Message)
}

func TestParamsAsMap(t *testing.T) {
Expand Down

0 comments on commit bc83d59

Please sign in to comment.