Skip to content

Commit da3cac8

Browse files
authored
Merge pull request #81 from validatedpatterns/update_acm_project
Update subscription check
2 parents da374db + 1b96046 commit da3cac8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/interop/test_subscription_status_hub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
def test_subscription_status_hub(openshift_dyn_client):
1313
# These are the operator subscriptions and their associated namespaces
1414
expected_subs = {
15-
"openshift-gitops-operator": ["openshift-operators"],
15+
"openshift-gitops-operator": ["openshift-gitops-operator"],
1616
"prometheus": ["llm-monitoring"],
1717
"grafana-operator": ["llm-monitoring"],
1818
"nfd": ["openshift-nfd"],

0 commit comments

Comments
 (0)