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:
parent
4f370ee1b2
commit
6a96b05487
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue