diff --git a/integration/zabbixagent/handler.go b/integration/zabbixagent/handler.go index 5decc93..f71040f 100644 --- a/integration/zabbixagent/handler.go +++ b/integration/zabbixagent/handler.go @@ -57,7 +57,7 @@ func (h *Handler) HTTPClient(ctx context.Context, params map[string]string, _ .. return nil, errs.Wrapf(err, "failed to read the response") } - return method + url + body + string(data), nil + return string(data), nil } // NewHandler creates a new handler with initialized clients for system and tcp calls.