Fix breakage from merge.

This commit is contained in:
John Beisley 2022-03-26 18:27:03 +00:00
parent 5c7f90426b
commit ca91893cc0

View File

@ -91,7 +91,7 @@ func TestDo(t *testing.T) {
c := New(ts.URL + "/endpointpath")
reqAction := envelope.NewAction("http://example.com/endpointns", "Foo",
reqAction := envelope.NewSendAction("http://example.com/endpointns", "Foo",
&ActionArgs{Name: "World"})
reply := &ActionReply{}
replyAction := &envelope.Action{Args: reply}