diff --git a/tests/python_client/scale/test_index_node_scale.py b/tests/python_client/scale/test_index_node_scale.py index 5d55c640f0..08b6d1062e 100644 --- a/tests/python_client/scale/test_index_node_scale.py +++ b/tests/python_client/scale/test_index_node_scale.py @@ -28,7 +28,7 @@ class TestIndexNodeScale: 4.create index with one indexNode expected: The cost of one indexNode is about twice that of two indexNodes """ - release_name = "scale-index" + release_name = "expand-index" image = f'{constants.IMAGE_REPOSITORY}:{constants.IMAGE_TAG}' data_config = { 'metadata.namespace': constants.NAMESPACE, @@ -103,7 +103,7 @@ class TestIndexNodeScale: 4.create index with 1 indexNode expected: The cost of one indexNode is about twice that of two indexNodes """ - release_name = "scale-index" + release_name = "shrink-index" image = f'{constants.IMAGE_REPOSITORY}:{constants.IMAGE_TAG}' data_config = { 'metadata.namespace': constants.NAMESPACE,