Refactored app_config unit tests
This commit is contained in:
parent
542a80542a
commit
6242a5478e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user