Test outlet is now functional
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -114,10 +114,7 @@ void device_create_three_devices_remove_second(const char *capability, const ch
|
||||
free(device_serialized);
|
||||
|
||||
// Remove ID 2.
|
||||
root_node = json_object_new_object();
|
||||
json_object_object_add(root_node, k_entry_id, json_object_new_int(2));
|
||||
ret = devices_manager_delete(dm, capability, root_node);
|
||||
json_object_put(root_node);
|
||||
ret = devices_manager_delete(dm, capability, 2);
|
||||
ASSERT_EQUAL_INT(ret, 0);
|
||||
|
||||
device_serialized = devices_manager_get(dm, capability);
|
||||
|
||||
Reference in New Issue
Block a user