fix test
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
Scott E. Graves 2025-02-15 16:50:53 -06:00
parent ecc7791ec8
commit e3e8f6f2bf

View File

@ -266,11 +266,11 @@ static void common_tests(app_config &config, provider_type prov) {
JSON_ENABLE_DRIVE_EVENTS, "1");
}},
#if defined(_WIN32)
{JSON_ENABLE_REMOTE_MOUNT,
{JSON_ENABLE_MOUNT_MANAGER,
[](app_config &cfg) {
test_getter_setter(cfg, &app_config::get_enable_remote_mount,
&app_config::set_enable_remote_mount, true, false,
JSON_ENABLE_REMOTE_MOUNT, "1");
test_getter_setter(cfg, &app_config::get_enable_mount_manager,
&app_config::set_enable_mount_manager, true, false,
JSON_ENABLE_MOUNT_MANAGER, "1");
}},
#endif // defined(_WIN32)
{JSON_ENCRYPT_CONFIG,