[unit test] Complete all providers unit tests #12
This commit is contained in:
@@ -875,7 +875,7 @@ static void get_filesystem_item_from_source_path(const app_config &cfg,
|
||||
std::uint64_t size{};
|
||||
if (provider.get_provider_type() == provider_type::encrypt) {
|
||||
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,
|
||||
true);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user