mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 12:51:22 +00:00
rpc/lib/server: update with @melekes and @ebuchman feedback
This commit is contained in:
@ -75,7 +75,6 @@ func TestRPCParams(t *testing.T) {
|
||||
assert.False(t, statusOK(recv.Error.Code), "#%d: not expecting a 2XX success code", i)
|
||||
// The wanted error is either in the message or the data
|
||||
assert.Contains(t, recv.Error.Message+recv.Error.Data, tt.wantErr, "#%d: expected substring", i)
|
||||
continue
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user