Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix null body response to empty in ApiClient (#579)
## Changes <!-- Summary of your changes that are easy to understand --> Some delete end points return null instead of empty body, we fix that in SDK Client since the APIs are not available publicly and support isn't available for them yet. ## Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> Thanks to @sodle-splunk for contributing the unit test (#641) - [x] `make test` run locally - [x] `make fmt` applied - [ ] relevant integration tests applied --------- Co-authored-by: Scott Odle <[email protected]>
- Loading branch information