Skip to content

Commit

Permalink
Fixed test-exporter compilation issue
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Pracucci <marco@pracucci.com>
  • Loading branch information
pracucci committed Mar 4, 2020
1 parent 2c6dc4e commit cd20f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/querier/correctness/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ type tracingClient struct {
api.Client
}

func (t tracingClient) Do(ctx context.Context, req *http.Request) (*http.Response, []byte, api.Warnings, error) {
func (t tracingClient) Do(ctx context.Context, req *http.Request) (*http.Response, []byte, error) {
req = req.WithContext(ctx)
req, tr := nethttp.TraceRequest(opentracing.GlobalTracer(), req)
ctx = req.Context()
Expand Down

0 comments on commit cd20f36

Please sign in to comment.