diff --git a/test/integration/testsuite_test.go b/test/integration/testsuite_test.go index 84f453c4b8..52c1115375 100644 --- a/test/integration/testsuite_test.go +++ b/test/integration/testsuite_test.go @@ -2,6 +2,7 @@ package test_test import ( "encoding/json" + "flag" "os" "os/user" "path/filepath" @@ -12,8 +13,6 @@ import ( . "github.com/onsi/gomega" gomegaformat "github.com/onsi/gomega/format" "github.com/sirupsen/logrus" - - "flag" "github.com/spf13/pflag" ) @@ -30,7 +29,6 @@ var versionInfo VersionAnswer var bundlePath string var pullSecretPath string - func TestMain(m *testing.M) { RegisterFlags(flag.CommandLine) pflag.CommandLine.AddGoFlagSet(flag.CommandLine)