From e543b16ab890dde754725d747a482b9794ebec70 Mon Sep 17 00:00:00 2001 From: mchavez Date: Fri, 17 May 2024 16:31:26 -0600 Subject: [PATCH] Refactoring code --- pkg/databricks/client.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/databricks/client.go b/pkg/databricks/client.go index 9d7d3132..8eff8ca4 100644 --- a/pkg/databricks/client.go +++ b/pkg/databricks/client.go @@ -585,7 +585,6 @@ func (c *Client) doRequest(ctx context.Context, urlAddress *url.URL, method stri http.MethodGet, uri, uhttp.WithAcceptJSONHeader(), - uhttp.WithContentTypeJSONHeader(), ) case http.MethodPut: req, err = c.httpClient.NewRequest(ctx,