Skip to content

Commit

Permalink
fix imports (#5846)
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme authored Jan 29, 2025
1 parent f5a664f commit 15aaa9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/receivers/envoy/bundled_k8s_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ package tests
import (
"context"
"fmt"
"go.opentelemetry.io/collector/component/componenttest"
"go.opentelemetry.io/collector/consumer/consumertest"
"go.opentelemetry.io/collector/receiver/otlpreceiver"
"go.opentelemetry.io/collector/receiver/receivertest"
"os"
"path/filepath"
"runtime"
Expand All @@ -34,6 +30,10 @@ import (
"github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest/pmetrictest"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"go.opentelemetry.io/collector/component/componenttest"
"go.opentelemetry.io/collector/consumer/consumertest"
"go.opentelemetry.io/collector/receiver/otlpreceiver"
"go.opentelemetry.io/collector/receiver/receivertest"
appsv1 "k8s.io/api/apps/v1"
v1 "k8s.io/api/core/v1"
rbacv1 "k8s.io/api/rbac/v1"
Expand Down

0 comments on commit 15aaa9e

Please sign in to comment.