Skip to content

Commit 6ea72cb

Browse files
committed
Change catalog source location - helm deploy
Signed-off-by: Alex Zgabur <[email protected]>
1 parent 1edbc58 commit 6ea72cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/capabilities.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def kuadrant_version():
3434
clusters.append(cluster2)
3535
versions = []
3636
for cluster in clusters:
37-
project = cluster.change_project("openshift-marketplace")
37+
project = cluster.change_project(settings["service_protection"]["system_project"])
3838
if not project.connected:
3939
break
4040
with project.context:

0 commit comments

Comments
 (0)