Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHelmuth committed Mar 27, 2024
1 parent 8daad88 commit 64b6476
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions otelcol/command_components_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ import (
"go.opentelemetry.io/collector/component"
)

var nopType = component.MustNewType("nop")

func TestNewBuildSubCommand(t *testing.T) {
cfgProvider, err := NewConfigProvider(newDefaultConfigProviderSettings([]string{filepath.Join("testdata", "otelcol-nop.yaml")}))
require.NoError(t, err)
Expand Down

0 comments on commit 64b6476

Please sign in to comment.