Fix breakage from merge.
This commit is contained in:
parent
5c7f90426b
commit
ca91893cc0
@ -91,7 +91,7 @@ func TestDo(t *testing.T) {
|
|||||||
|
|
||||||
c := New(ts.URL + "/endpointpath")
|
c := New(ts.URL + "/endpointpath")
|
||||||
|
|
||||||
reqAction := envelope.NewAction("http://example.com/endpointns", "Foo",
|
reqAction := envelope.NewSendAction("http://example.com/endpointns", "Foo",
|
||||||
&ActionArgs{Name: "World"})
|
&ActionArgs{Name: "World"})
|
||||||
reply := &ActionReply{}
|
reply := &ActionReply{}
|
||||||
replyAction := &envelope.Action{Args: reply}
|
replyAction := &envelope.Action{Args: reply}
|
||||||
|
Loading…
Reference in New Issue
Block a user