Refactored app_config unit tests

This commit is contained in:
Scott E. Graves 2025-02-14 10:59:12 -06:00
parent 542a80542a
commit 6242a5478e

View File

@ -160,6 +160,8 @@ static void defaults_tests(const json &json_data, provider_type prov) {
json_defaults.erase(JSON_S3_CONFIG);
json_defaults[JSON_HOST_CONFIG][JSON_API_PORT] =
app_config::default_api_port(prov);
json_defaults[JSON_HOST_CONFIG][JSON_API_PORT] =
app_config::default_agent_name(prov);
json_defaults[JSON_REMOTE_MOUNT][JSON_API_PORT] =
app_config::default_remote_api_port(prov);
break;