From 26a7ef7b931bca7150df1e4afe9c764b0be86c5c Mon Sep 17 00:00:00 2001 From: zhanghonghaobj Date: Thu, 14 Nov 2024 14:13:22 +0800 Subject: [PATCH] fix (processor/k8sattributes): lint error --- processor/k8sattributesprocessor/internal/kube/client_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/processor/k8sattributesprocessor/internal/kube/client_test.go b/processor/k8sattributesprocessor/internal/kube/client_test.go index 8ba21de469930..f5e9cd03bfdc4 100644 --- a/processor/k8sattributesprocessor/internal/kube/client_test.go +++ b/processor/k8sattributesprocessor/internal/kube/client_test.go @@ -1973,5 +1973,4 @@ func TestWaitForMetadata(t *testing.T) { } }) } - }