* fix all tests Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
@@ -38,7 +38,7 @@ func (h *httpClient) next(request client.Request, opts client.CallOptions) (sele
if len(opts.Address) > 0 {
return func() (*registry.Node, error) {
return ®istry.Node{
Address: opts.Address,
Address: opts.Address[0],
}, nil
}
The note is not visible to the blocked user.