diff --git a/tests/unit/1k_shards_1k_create_scanall.cpp b/tests/unit/1k_shards_1k_create_scanall.cpp index 402d87cc4..603dc6a2f 100644 --- a/tests/unit/1k_shards_1k_create_scanall.cpp +++ b/tests/unit/1k_shards_1k_create_scanall.cpp @@ -127,7 +127,7 @@ void WaitForShardsToInitialize(CoordinatorClient &coordinator_cl ShardMap TestShardMap(int n_splits, int replication_factor) { ShardMap sm{}; - const std::string label_name = std::string("test_label"); + const auto label_name = std::string("test_label"); // register new properties const std::vector property_names = {"property_1", "property_2"};