-
Feature Request
-
Resolution: Done
-
Major
-
1.0.0
test_Delete* test case fails. That is because after performing 'delete' it assumed that 'read all' should return zero. Now that the URL changed from localhost to the remote open shift instance the assumption is wrong cause there will be more elements on the server.
It should be updated to read:_deleted_id and check that the response is null.