Skip to content

Commit

Permalink
Update test after Go update
Browse files Browse the repository at this point in the history
  • Loading branch information
xperimental committed Oct 10, 2024
1 parent 5d13142 commit b2209f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions operator/internal/manifests/config_otlp_test.go
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down Expand Up @@ -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()

Expand Down

0 comments on commit b2209f2

Please sign in to comment.