Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "common"]
path = common
url = https://github.com/hybrid-cloud-patterns/common.git
url = https://github.com/validatedpatterns/common.git
branch = main
2 changes: 1 addition & 1 deletion tests/interop/test_subscription_status_hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def test_subscription_status_hub(openshift_dyn_client):
openshift_ver = openshift_ver.instance.status.history[0].version

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