[unit test] Complete all providers unit tests #12
Some checks failed
Blockstorage/repertory/pipeline/head This commit looks good
BlockStorage/repertory/pipeline/head There was a failure building this commit

This commit is contained in:
2025-09-16 13:23:36 -05:00
parent 865d9f5ba6
commit 8f3e06cd17

View File

@@ -875,7 +875,7 @@ static void get_filesystem_item_from_source_path(const app_config &cfg,
std::uint64_t size{}; std::uint64_t size{};
if (provider.get_provider_type() == provider_type::encrypt) { if (provider.get_provider_type() == provider_type::encrypt) {
source_path = source_path =
utils::path::combine(cfg.get_encrypt_config().path, "/test.txt"); utils::path::combine(cfg.get_encrypt_config().path, {"/test.txt"});
size = utils::encryption::encrypting_reader::calculate_encrypted_size(8U, size = utils::encryption::encrypting_reader::calculate_encrypted_size(8U,
true); true);
} else { } else {