Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jt-dd committed Jul 24, 2024
1 parent 8dc10cc commit aef33be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/dump/ingestor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const (
mockDirectoryOutput = "/tmp"
)

func TestNewDumpIngestor(t *testing.T) { //nolint:paralleltest
func TestNewDumpIngestor(t *testing.T) { //nolint:paralleltest,nolintlint
ctx := context.Background()

t.Setenv("KUBECONFIG", "./testdata/kube-config")
Expand Down

0 comments on commit aef33be

Please sign in to comment.