diff --git a/repertory/repertory_test/src/providers_test.cpp b/repertory/repertory_test/src/providers_test.cpp index 5a5e9e1b..dcf16735 100644 --- a/repertory/repertory_test/src/providers_test.cpp +++ b/repertory/repertory_test/src/providers_test.cpp @@ -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 {