Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
pantianying committed May 14, 2020
1 parent 7de2a1d commit a8e11ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/proxy/proxy_factory/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ type ProxyInvoker struct {
// Invoke ...
func (pi *ProxyInvoker) Invoke(ctx context.Context, invocation protocol.Invocation) protocol.Result {
result := &protocol.RPCResult{}
result.SetAttachments(invocation.Attachments())

url := pi.GetUrl()

Expand Down

0 comments on commit a8e11ab

Please sign in to comment.