muxinc / mux-elixir

Official Mux API wrapper for Elixir projects, supporting both Mux Data and Mux Video.
https://hexdocs.pm/mux
MIT License
78 stars 12 forks source link

delete route fixes #1

Closed jsanford8 closed 6 years ago

jsanford8 commented 6 years ago

Right now, the routes that delete resources look for a key within the response, but the response is empty. Avoid this error being raised in the case of a successful delete by looking in the appropriate location, and fix the test setup.