rpc/lib/server: update with @melekes and @ebuchman feedback

This commit is contained in:
Emmanuel Odeke
2017-10-20 21:24:21 -07:00
parent 59556ab030
commit e7fab7d4bf
2 changed files with 0 additions and 3 deletions

View File

@ -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
}
}
}