We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e977a8 commit b7311d3Copy full SHA for b7311d3
1 file changed
tests/interop/test_subscription_status_hub.py
@@ -12,8 +12,7 @@
12
def test_subscription_status_hub(openshift_dyn_client):
13
# These are the operator subscriptions and their associated namespaces
14
expected_subs = {
15
- "openshift-gitops-operator": ["openshift-operators"],
16
- "patterns-operator": ["openshift-operators"],
+ "openshift-gitops-operator": ["openshift-gitops-operator"],
17
"odf-operator": ["openshift-storage"],
18
"kubevirt-hyperconverged": ["openshift-cnv"],
19
"ansible-automation-platform-operator": ["ansible-automation-platform"],
0 commit comments