diff --git a/cmd/argocd/commands/plugin_test.go b/cmd/argocd/commands/plugin_test.go index acf1dc886b85d..7f0e24d2c41a7 100644 --- a/cmd/argocd/commands/plugin_test.go +++ b/cmd/argocd/commands/plugin_test.go @@ -3,11 +3,9 @@ package commands import ( "bytes" "fmt" - argocdclient "github.com/argoproj/argo-cd/v2/pkg/apiclient" - "github.com/stretchr/testify/assert" - "github.com/stretchr/testify/require" "os" "testing" + ) type testPluginHandler struct {