1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

fix some integration tests

This commit is contained in:
Steffen Vogel 2021-03-09 15:41:35 -05:00 committed by Steffen Vogel
parent 4f370ee1b2
commit 6a96b05487

View file

@ -188,6 +188,8 @@ void SuperNode::parse(json_t *root)
throw ConfigError(json_node, config_id, "Failed to parse configuration of node '{}'", name);
}
json_object_del(json_node, "name");
vlist_push(&nodes, n);
}
}