Skip to content

Commit bd3a4f0

Browse files
Update Tests/kaas/plugin/plugin_cluster_stacks.py
Co-authored-by: tonifinger <[email protected]> Signed-off-by: Michal Gubricky <[email protected]>
1 parent 1b2bd94 commit bd3a4f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/kaas/plugin/plugin_cluster_stacks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def __init__(self, config_file=None):
134134
logger.debug(f"Working from {self.working_directory}")
135135
self.kubeconfig_mgmnt_path = "kubeconfig-mgmnt.yaml"
136136

137-
def create_cluster(self, cluster_name="scs-cluster", version=None, kubeconfig_filepath=None):
137+
def create_cluster(self, cluster_name=None, version=None, kubeconfig_filepath=None):
138138
self.cluster_name = cluster_name
139139
self.cluster_version = version
140140
self.kubeconfig_cs_cluster = kubeconfig_filepath

0 commit comments

Comments
 (0)