commit | a2016377bc548ef0f1e25533cc6625b5539af229 | [log] [tgz] |
---|---|---|
author | ghanshyam <ghanshyam.mann@nectechnologies.in> | Fri Oct 24 11:15:01 2014 +0900 |
committer | ghanshyam <ghanshyam.mann@nectechnologies.in> | Fri Oct 24 17:00:58 2014 +0900 |
tree | db8a892ddb8edb3f70de857a47cbffb3978fa114 | |
parent | 26e2427b80a129b9e8cd95ba7d24c633081ca884 [diff] |
Remove checking of non empty resp body for 204 In case API respond with 204 status code which mean empty response body, test case does not need to explicitly check the empty response body. General check for the same is done in rest_client' response_checker() This patch removes those checks of empty response body in tests. Change-Id: I34537968c1a58e6e73022637a71a3a8091ac214c