Skip to content

Commit 57ed555

Browse files
committed
unrewert the imports
Signed-off-by: Oliver Gondža <ogondza@gmail.com>
1 parent c671209 commit 57ed555

File tree

2 files changed

+15
-20
lines changed

2 files changed

+15
-20
lines changed

test/openshift/e2e/ginkgo/parallel/1-019_validate_volume_mounts_test.go

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,19 @@ package parallel
1919
import (
2020
"context"
2121

22+
argov1beta1api "github.com/argoproj-labs/argocd-operator/api/v1beta1"
2223
. "github.com/onsi/ginkgo/v2"
2324
. "github.com/onsi/gomega"
25+
"github.com/redhat-developer/gitops-operator/test/openshift/e2e/ginkgo/fixture"
26+
argocdFixture "github.com/redhat-developer/gitops-operator/test/openshift/e2e/ginkgo/fixture/argocd"
27+
deploymentFixture "github.com/redhat-developer/gitops-operator/test/openshift/e2e/ginkgo/fixture/deployment"
28+
k8sFixture "github.com/redhat-developer/gitops-operator/test/openshift/e2e/ginkgo/fixture/k8s"
29+
fixtureUtils "github.com/redhat-developer/gitops-operator/test/openshift/e2e/ginkgo/fixture/utils"
2430
appsv1 "k8s.io/api/apps/v1"
2531
corev1 "k8s.io/api/core/v1"
2632
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
2733
"k8s.io/utils/ptr"
2834

29-
argov1beta1api "github.com/argoproj-labs/argocd-operator/api/v1beta1"
30-
"github.com/argoproj-labs/argocd-operator/tests/ginkgo/fixture"
31-
argocdFixture "github.com/argoproj-labs/argocd-operator/tests/ginkgo/fixture/argocd"
32-
deploymentFixture "github.com/argoproj-labs/argocd-operator/tests/ginkgo/fixture/deployment"
33-
k8sFixture "github.com/argoproj-labs/argocd-operator/tests/ginkgo/fixture/k8s"
34-
fixtureUtils "github.com/argoproj-labs/argocd-operator/tests/ginkgo/fixture/utils"
35-
3635
"sigs.k8s.io/controller-runtime/pkg/client"
3736
)
3837

test/openshift/e2e/ginkgo/parallel/1-066_validate_redis_secure_comm_no_autotls_no_ha_test.go

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,17 @@ import (
2121
"os"
2222
"time"
2323

24+
argov1beta1api "github.com/argoproj-labs/argocd-operator/api/v1beta1"
25+
"github.com/argoproj-labs/argocd-operator/controllers/argoutil"
2426
. "github.com/onsi/ginkgo/v2"
2527
. "github.com/onsi/gomega"
26-
27-
"github.com/argoproj-labs/argocd-operator/controllers/argoutil"
28-
29-
argov1beta1api "github.com/argoproj-labs/argocd-operator/api/v1beta1"
30-
31-
"github.com/argoproj-labs/argocd-operator/tests/ginkgo/fixture"
32-
argocdFixture "github.com/argoproj-labs/argocd-operator/tests/ginkgo/fixture/argocd"
33-
deplFixture "github.com/argoproj-labs/argocd-operator/tests/ginkgo/fixture/deployment"
34-
k8sFixture "github.com/argoproj-labs/argocd-operator/tests/ginkgo/fixture/k8s"
35-
osFixture "github.com/argoproj-labs/argocd-operator/tests/ginkgo/fixture/os"
36-
statefulsetFixture "github.com/argoproj-labs/argocd-operator/tests/ginkgo/fixture/statefulset"
37-
fixtureUtils "github.com/argoproj-labs/argocd-operator/tests/ginkgo/fixture/utils"
38-
28+
"github.com/redhat-developer/gitops-operator/test/openshift/e2e/ginkgo/fixture"
29+
argocdFixture "github.com/redhat-developer/gitops-operator/test/openshift/e2e/ginkgo/fixture/argocd"
30+
deplFixture "github.com/redhat-developer/gitops-operator/test/openshift/e2e/ginkgo/fixture/deployment"
31+
k8sFixture "github.com/redhat-developer/gitops-operator/test/openshift/e2e/ginkgo/fixture/k8s"
32+
osFixture "github.com/redhat-developer/gitops-operator/test/openshift/e2e/ginkgo/fixture/os"
33+
statefulsetFixture "github.com/redhat-developer/gitops-operator/test/openshift/e2e/ginkgo/fixture/statefulset"
34+
fixtureUtils "github.com/redhat-developer/gitops-operator/test/openshift/e2e/ginkgo/fixture/utils"
3935
appsv1 "k8s.io/api/apps/v1"
4036
corev1 "k8s.io/api/core/v1"
4137
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

0 commit comments

Comments
 (0)