Skip to content

Commit

Permalink
make generate
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-bradley committed Nov 18, 2024
1 parent 3a9d281 commit e2d8720
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions receiver/k8sclusterreceiver/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ import (
)

const (
expectedFileClusterScoped = "./testdata/e2e/cluster-scoped/expected.yaml"
expectedFileNamespaceScoped = "./testdata/e2e/namespace-scoped/expected.yaml"
expectedFileClusterScoped = "./testdata/e2e/cluster-scoped/expected.yaml"
expectedFileNamespaceScoped = "./testdata/e2e/namespace-scoped/expected.yaml"

testObjectsDirClusterScoped = "./testdata/e2e/cluster-scoped/testobjects"
testObjectsDirNamespaceScoped = "./testdata/e2e/namespace-scoped/testobjects"
testKubeConfig = "/tmp/kube-config-otelcol-e2e-testing"
testObjectsDirClusterScoped = "./testdata/e2e/cluster-scoped/testobjects"
testObjectsDirNamespaceScoped = "./testdata/e2e/namespace-scoped/testobjects"
testKubeConfig = "/tmp/kube-config-otelcol-e2e-testing"
)

// TestE2EClusterScoped tests the k8s cluster receiver with a real k8s cluster.
Expand Down

0 comments on commit e2d8720

Please sign in to comment.