@@ -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