Update test name

This commit is contained in:
Igor Nikonov 2023-08-07 21:13:08 +00:00
parent 50b0db598e
commit 8ba67f10bb

View File

@ -80,7 +80,7 @@ def create_tables(cluster, table_name):
"cluster",
["test_single_shard_multiple_replicas", "test_multiple_shards_multiple_replicas"],
)
def test_parallel_replicas_custom_key(start_cluster, cluster):
def test_parallel_replicas_over_distributed(start_cluster, cluster):
table_name = "test_table"
create_tables(cluster, table_name)