8d5abfbf56
Our delete APIs return True if the delete succeeded, or False if the thing being deleted was not found. delete_object() was not doing this, so this makes it consistent with the other delete API calls. Also adds missing unit tests for this method. Change-Id: I0951765193459300f08b0ab804e6ca327c6fa57d
6 lines
162 B
YAML
6 lines
162 B
YAML
---
|
|
fixes:
|
|
- The delete_object() method was not returning True/False,
|
|
similar to other delete methods. It is now consistent with
|
|
the other delete APIs.
|