mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
test: sstable_resharding_test::sstable_resharding_over_s3_test: use default use_uuid in config
Which is `true` by default anyhow. Signed-off-by: Benny Halevy <bhalevy@scylladb.com>
This commit is contained in:
@@ -150,7 +150,6 @@ SEASTAR_TEST_CASE(sstable_resharding_over_s3_test, *boost::unit_test::preconditi
|
||||
run_sstable_resharding_test(env);
|
||||
}, test_env_config{
|
||||
.storage = make_test_object_storage_options(),
|
||||
.use_uuid = true,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user