Skip to content

Commit 9976f73

Browse files
committed
Update operator check for 4.20
1 parent 778f7a5 commit 9976f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/interop/test_subscription_status_hub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def test_subscription_status_hub(openshift_dyn_client):
1414
openshift_ver = openshift_ver.instance.status.history[0].version
1515

1616
# These are the operator subscriptions and their associated namespaces
17-
if "4.19." in openshift_ver:
17+
if "4.19." in openshift_ver or "4.20." in openshift_ver:
1818
expected_subs = {
1919
"openshift-gitops-operator": ["openshift-operators"],
2020
"advanced-cluster-management": ["open-cluster-management"],

0 commit comments

Comments
 (0)