gitlab credential test
This commit is contained in:
parent
cbf791ccbe
commit
87d685f254
1 changed files with 1 additions and 1 deletions
|
|
@ -840,7 +840,7 @@ std::string rpc_client::retrieve_array_value_from_reply(std::string reply_str, s
|
||||||
boost::property_tree::ptree json;
|
boost::property_tree::ptree json;
|
||||||
boost::property_tree::read_json(ss, json);
|
boost::property_tree::read_json(ss, json);
|
||||||
if (json.find("result") == json.not_found()) {
|
if (json.find("result") == json.not_found()) {
|
||||||
return std::string();
|
return std::string();
|
||||||
}
|
}
|
||||||
auto json_result = json.get_child("result");
|
auto json_result = json.get_child("result");
|
||||||
if (json_result.find(array_path) == json_result.not_found()) {
|
if (json_result.find(array_path) == json_result.not_found()) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue