From fc28af04fb2829c1654daf4f30d8554312929d6b Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Fri, 17 Apr 2026 17:25:16 +0200 Subject: [PATCH] Fix gitops checks --- tests/interop/test_subscription_status_edge.py | 2 +- tests/interop/test_subscription_status_hub.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/interop/test_subscription_status_edge.py b/tests/interop/test_subscription_status_edge.py index a5ad2a014..3dc3c6293 100644 --- a/tests/interop/test_subscription_status_edge.py +++ b/tests/interop/test_subscription_status_edge.py @@ -12,7 +12,7 @@ def test_subscription_status_edge(openshift_dyn_client): # These are the operator subscriptions and their associated namespaces expected_subs = { - "openshift-gitops-operator": ["openshift-operators"], + "openshift-gitops-operator": ["openshift-gitops-operator"], "amq-broker-rhel8": ["manuela-stormshift-messaging"], "amq-streams": ["manuela-stormshift-messaging"], "red-hat-camel-k": ["manuela-stormshift-messaging"], diff --git a/tests/interop/test_subscription_status_hub.py b/tests/interop/test_subscription_status_hub.py index 0cd72b81d..5bc301851 100644 --- a/tests/interop/test_subscription_status_hub.py +++ b/tests/interop/test_subscription_status_hub.py @@ -19,7 +19,7 @@ def test_subscription_status_hub(openshift_dyn_client): # These are the operator subscriptions and their associated namespaces if ver == "4.18" or ver == "4.20" or ver == "4.21": expected_subs = { - "openshift-gitops-operator": ["openshift-operators"], + "openshift-gitops-operator": ["openshift-gitops-operator"], "advanced-cluster-management": ["open-cluster-management"], "openshift-pipelines-operator-rh": ["openshift-operators"], "amq-broker-rhel8": ["manuela-tst-all"],