From b2209f234b31258876b7deaf210201a40e2286a7 Mon Sep 17 00:00:00 2001 From: Robert Jacob Date: Thu, 10 Oct 2024 13:57:02 +0200 Subject: [PATCH] Update test after Go update --- operator/internal/manifests/config_otlp_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/operator/internal/manifests/config_otlp_test.go b/operator/internal/manifests/config_otlp_test.go index c74f4452cc932..9a6d99d3a50d3 100644 --- a/operator/internal/manifests/config_otlp_test.go +++ b/operator/internal/manifests/config_otlp_test.go @@ -1,10 +1,12 @@ package manifests import ( + "testing" + + "github.com/stretchr/testify/assert" + lokiv1 "github.com/grafana/loki/operator/apis/loki/v1" "github.com/grafana/loki/operator/internal/manifests/internal/config" - "github.com/stretchr/testify/assert" - "testing" ) func TestOtlpAttributeConfig(t *testing.T) { @@ -187,8 +189,6 @@ func TestOtlpAttributeConfig(t *testing.T) { } for _, tc := range tt { - tc := tc - t.Run(tc.desc, func(t *testing.T) { t.Parallel()