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

This commit is contained in:
Scott E. Graves 2025-03-15 23:10:30 -05:00
parent ea30396e49
commit f70044b9a8

View File

@ -219,7 +219,7 @@ static void common_tests(app_config &config, provider_type prov) {
{JSON_API_PASSWORD,
[](app_config &cfg) {
test_getter_setter(cfg, &app_config::get_api_password,
&app_config::get_api_password, "", "auth",
&app_config::set_api_password, "", "auth",
JSON_API_PASSWORD, "auth2");
}},
{JSON_API_PORT,