Refactored app_config unit tests

This commit is contained in:
Scott E. Graves 2025-02-14 12:47:49 -06:00
parent e8365f4896
commit 442e694d09

View File

@ -250,7 +250,7 @@ app_config::app_config(const provider_type &prov,
value_set_lookup_ = { value_set_lookup_ = {
{ {
JSON_API_PATH, JSON_API_AUTH,
[this](const std::string &value) { [this](const std::string &value) {
set_api_auth(value); set_api_auth(value);
return get_api_auth(); return get_api_auth();