diff --git a/test/openshift/e2e/ginkgo/sequential/1-027_validate_operand_from_git_test.go b/test/openshift/e2e/ginkgo/sequential/1-027_validate_operand_from_git_test.go index 171ec8a1864..3b8e66bf13c 100644 --- a/test/openshift/e2e/ginkgo/sequential/1-027_validate_operand_from_git_test.go +++ b/test/openshift/e2e/ginkgo/sequential/1-027_validate_operand_from_git_test.go @@ -82,9 +82,8 @@ var _ = Describe("GitOps Operator Sequential E2E Tests", func() { ObjectMeta: metav1.ObjectMeta{Name: "1-27-argocd", Namespace: openshiftgitopsArgoCD.Namespace}, Spec: argocdv1alpha1.ApplicationSpec{ Source: &argocdv1alpha1.ApplicationSource{ - Path: "./operator-acceptance/1-027_operand-from-git", - // TODO: Move this repository to a better location - RepoURL: "https://github.com/jannfis/operator-e2e-git", + Path: "./test/examples/1-027_operand-from-git", + RepoURL: "https://github.com/redhat-developer/gitops-operator", TargetRevision: "HEAD", }, Destination: argocdv1alpha1.ApplicationDestination{ diff --git a/test/openshift/e2e/ginkgo/sequential/1-064_validate_tcp_reset_error_test.go b/test/openshift/e2e/ginkgo/sequential/1-064_validate_tcp_reset_error_test.go index 40c1c873aa5..6bcbc727df9 100644 --- a/test/openshift/e2e/ginkgo/sequential/1-064_validate_tcp_reset_error_test.go +++ b/test/openshift/e2e/ginkgo/sequential/1-064_validate_tcp_reset_error_test.go @@ -82,9 +82,9 @@ var _ = Describe("GitOps Operator Sequential E2E Tests", func() { ObjectMeta: metav1.ObjectMeta{Name: "1-27-argocd", Namespace: openshiftgitopsArgoCD.Namespace}, Spec: argocdv1alpha1.ApplicationSpec{ Source: &argocdv1alpha1.ApplicationSource{ - Path: "./operator-acceptance/1-027_operand-from-git", + Path: "./test/examples/1-027_operand-from-git", // TODO: Move this repository to a better location - RepoURL: "https://github.com/jannfis/operator-e2e-git", + RepoURL: "https://github.com/redhat-developer/gitops-operator", TargetRevision: "HEAD", }, Destination: argocdv1alpha1.ApplicationDestination{