Description
Currently deleteTunnel() does not handle or returns the response from the server. Basically not telling the user why a call to delete a tunnel has failed.
Motivation and Context
It is implemented differently compared to most other requests. It lacks unit tests as it is not testable with no response returned. If it fails no useful info to the user.
Further comments
Description
Currently deleteTunnel() does not handle or returns the response from the server. Basically not telling the user why a call to delete a tunnel has failed.
Motivation and Context
It is implemented differently compared to most other requests. It lacks unit tests as it is not testable with no response returned. If it fails no useful info to the user.
Further comments