Skip to content

Commit

Permalink
[qe] fix goimports error in integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyLuLiu committed Jun 6, 2024
1 parent ecaec27 commit 6bcb6b7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/integration/testsuite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package test_test

import (
"encoding/json"
"flag"
"os"
"os/user"
"path/filepath"
Expand All @@ -12,8 +13,6 @@ import (
. "github.com/onsi/gomega"
gomegaformat "github.com/onsi/gomega/format"
"github.com/sirupsen/logrus"

"flag"
"github.com/spf13/pflag"
)

Expand All @@ -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)
Expand Down

0 comments on commit 6bcb6b7

Please sign in to comment.