From ea1d3bd49a3a0611dbee16fd7ef4aeeeb0ad2024 Mon Sep 17 00:00:00 2001 From: Julia Bardi Date: Tue, 21 Nov 2023 15:37:06 +0100 Subject: [PATCH] fix lint --- internal/pkg/server/remote_es_output_integration_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/pkg/server/remote_es_output_integration_test.go b/internal/pkg/server/remote_es_output_integration_test.go index 252cd2cd8..616379699 100644 --- a/internal/pkg/server/remote_es_output_integration_test.go +++ b/internal/pkg/server/remote_es_output_integration_test.go @@ -179,7 +179,6 @@ func Test_Agent_Remote_ES_Output(t *testing.T) { requestURL := fmt.Sprintf("http://elastic:changeme@%s/_security/api_key?id=%s", remoteESHost, apiKeyID) res, err := http.Get(requestURL) if err != nil { - fmt.Printf("error making http request: %s\n", err) t.Fatal("error querying remote api key") }