92dc7a2089
Make delete_project conform to our standard delete APIs and return True when the delete succeeds, False when the project was not found for deleting. It would previously raise an exception during the attempt to delete. Also, add some missing functional tests for projects. Change-Id: Ie1773944b573c743a55fec202454968f1d813ec1
6 lines
231 B
YAML
6 lines
231 B
YAML
---
|
|
fixes:
|
|
- The delete_project() API now conforms to our standard of returning True
|
|
when the delete succeeds, or False when the project was not found. It
|
|
would previously raise an expection if the project was not found.
|