From 1b960460d369cbcfea52bdc26372ead09ceb31e6 Mon Sep 17 00:00:00 2001 From: Mark LaBonte Date: Wed, 8 Apr 2026 06:38:39 -0400 Subject: [PATCH] Update subscription check --- tests/interop/test_subscription_status_hub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/interop/test_subscription_status_hub.py b/tests/interop/test_subscription_status_hub.py index eba587fa..22d4fc80 100644 --- a/tests/interop/test_subscription_status_hub.py +++ b/tests/interop/test_subscription_status_hub.py @@ -12,7 +12,7 @@ def test_subscription_status_hub(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"], "prometheus": ["llm-monitoring"], "grafana-operator": ["llm-monitoring"], "nfd": ["openshift-nfd"],