Skip to content

Commit

Permalink
remove unneeded struct
Browse files Browse the repository at this point in the history
  • Loading branch information
byxorna committed Dec 11, 2019
1 parent cf924d7 commit f220468
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions internal/pkg/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,6 @@ import (
testhelper "github.com/tumblr/k8s-sidecar-injector/internal/pkg/testing"
)

// config struct for testing: where to find the file and what we expect to find in it
type configExpectation struct {
name string
path string
expectedEnvVarCount int
expectedContainerCount int
expectedVolumeCount int
expectedVolumeMountCount int
expectedHostAliasCount int
expectedInitContainerCount int
expectedServiceAccount string
}

var (
// location of the fixture sidecar files
fixtureSidecarsDir = "test/fixtures/sidecars"
Expand Down

0 comments on commit f220468

Please sign in to comment.