update all

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-07-31 15:17:18 +03:00
parent f1db855826
commit 03fe6da356
8 changed files with 230 additions and 475 deletions

View File

@@ -31,7 +31,7 @@ func (c *testDoubleClient) CallDouble(ctx context.Context, req *CallReq, opts ..
)
opts = append(opts,
v3.Method(http.MethodPost),
v3.Path("/v1/testdouble/call/{name}"),
v3.Path("/v1/testdouble/call/name/{name}"),
v3.Body("*"),
)
opts = append(opts, client.WithRequestTimeout(time.Second*5))