Skip to content

Commit b7311d3

Browse files
authored
Update expected subscriptions in test_subscription_status_hub
1 parent 9e977a8 commit b7311d3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/interop/test_subscription_status_hub.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +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"],
16-
"patterns-operator": ["openshift-operators"],
15+
"openshift-gitops-operator": ["openshift-gitops-operator"],
1716
"odf-operator": ["openshift-storage"],
1817
"kubevirt-hyperconverged": ["openshift-cnv"],
1918
"ansible-automation-platform-operator": ["ansible-automation-platform"],

0 commit comments

Comments
 (0)