From 3c47f68e2ffcc3e55ac7a379996110eac7b68b97 Mon Sep 17 00:00:00 2001 From: Jonathan West Date: Thu, 10 Sep 2026 07:59:54 -0400 Subject: [PATCH] chore: remove reference to external repo Signed-off-by: Jonathan West --- .../sequential/1-027_validate_operand_from_git_test.go | 5 ++--- .../ginkgo/sequential/1-064_validate_tcp_reset_error_test.go | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) 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{