From 6bcb6b72c1dabe40e137cf69c261eddbc0b63387 Mon Sep 17 00:00:00 2001 From: lilyLuLiu Date: Wed, 5 Jun 2024 17:11:55 +0800 Subject: [PATCH] [qe] fix goimports error in integration test --- test/integration/testsuite_test.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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)