Skip to content

Commit

Permalink
test(sub): fix sub assert error
Browse files Browse the repository at this point in the history
  • Loading branch information
whg517 committed Sep 1, 2024
1 parent e5d1c9f commit 8cbfd44
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/e2e/setup/subs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
channel: stable
name: commons-operator
source: kubedata-catalog
source: kubedoop-catalog
sourceNamespace: ($namespace)
installPlanApproval: Automated
---
Expand All @@ -17,7 +17,7 @@ metadata:
spec:
channel: stable
name: listener-operator
source: kubedata-catalog
source: kubedoop-catalog
sourceNamespace: ($namespace)
installPlanApproval: Automated
---
Expand All @@ -28,7 +28,7 @@ metadata:
spec:
channel: stable
name: secret-operator
source: kubedata-catalog
source: kubedoop-catalog
sourceNamespace: ($namespace)
installPlanApproval: Automated
---
Expand All @@ -39,7 +39,7 @@ metadata:
spec:
channel: stable
name: zookeeper-operator
source: kubedata-catalog
source: kubedoop-catalog
sourceNamespace: ($namespace)
installPlanApproval: Automated
---
Expand All @@ -50,6 +50,6 @@ metadata:
spec:
channel: stable
name: hdfs-operator
source: kubedata-catalog
source: kubedoop-catalog
sourceNamespace: ($namespace)
installPlanApproval: Automated

0 comments on commit 8cbfd44

Please sign in to comment.