Skip to content

Commit

Permalink
remove duplicate import
Browse files Browse the repository at this point in the history
  • Loading branch information
trdoyle81 committed Aug 13, 2024
1 parent 73a996d commit 744f0c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/nondefaulte2e/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import (
// Import all Kubernetes client auth plugins (e.g. Azure, GCP, OIDC, etc.)
// to ensure that exec-entrypoint and run can make use of them.
argov1alpha1api "github.com/argoproj-labs/argocd-operator/api/v1alpha1"
argoapi "github.com/argoproj-labs/argocd-operator/api/v1beta1"
argov1beta1api "github.com/argoproj-labs/argocd-operator/api/v1beta1"
argocdprovisioner "github.com/argoproj-labs/argocd-operator/controllers/argocd"
monitoringv1 "github.com/coreos/prometheus-operator/pkg/apis/monitoring/v1"
Expand Down Expand Up @@ -102,7 +101,6 @@ var _ = BeforeSuite(func() {
Expect(err).NotTo(HaveOccurred())

Expect(routev1.AddToScheme(scheme.Scheme)).NotTo(HaveOccurred())
Expect(argoapi.AddToScheme(scheme.Scheme)).NotTo(HaveOccurred())
Expect(monitoringv1.AddToScheme(scheme.Scheme)).NotTo(HaveOccurred())
Expect(operatorsv1.AddToScheme(scheme.Scheme)).NotTo(HaveOccurred())
Expect(operatorsv1alpha1.AddToScheme(scheme.Scheme)).NotTo(HaveOccurred())
Expand Down

0 comments on commit 744f0c5

Please sign in to comment.