This commit is contained in:
Scott E. Graves 2024-07-16 10:50:46 -05:00
parent 2001ffc27c
commit bb3f05aef1

View File

@ -636,7 +636,7 @@ TEST(providers, encrypt_provider) {
{ {
app_config cfg(provider_type::encrypt, config_path); app_config cfg(provider_type::encrypt, config_path);
const auto encrypt_path = utils::path::combine(get_test_dir(), {"encrypt"}); const auto encrypt_path = utils::path::combine(".", {"encrypt"});
EXPECT_STREQ( EXPECT_STREQ(
encrypt_path.c_str(), encrypt_path.c_str(),