Skip to content

Commit f39cc1d

Browse files
authored
Merge pull request #393 from mbaldessari/fix-gitops-checks
Fix gitops checks
2 parents 381ded7 + fc28af0 commit f39cc1d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/interop/test_subscription_status_edge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
def test_subscription_status_edge(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
"amq-broker-rhel8": ["manuela-stormshift-messaging"],
1717
"amq-streams": ["manuela-stormshift-messaging"],
1818
"red-hat-camel-k": ["manuela-stormshift-messaging"],

tests/interop/test_subscription_status_hub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def test_subscription_status_hub(openshift_dyn_client):
1919
# These are the operator subscriptions and their associated namespaces
2020
if ver == "4.18" or ver == "4.20" or ver == "4.21":
2121
expected_subs = {
22-
"openshift-gitops-operator": ["openshift-operators"],
22+
"openshift-gitops-operator": ["openshift-gitops-operator"],
2323
"advanced-cluster-management": ["open-cluster-management"],
2424
"openshift-pipelines-operator-rh": ["openshift-operators"],
2525
"amq-broker-rhel8": ["manuela-tst-all"],

0 commit comments

Comments
 (0)