Added gock.IsDone() to route list and remove tests. Remove content type in route remove command. Removed disturbing data for texts. Remove unneeded test in set command.
This commit is contained in:
@@ -8,6 +8,7 @@ import (
|
||||
|
||||
// ListRoutes queries the kapow! instance for the routes that are registered
|
||||
func ListRoutes(host string, w io.Writer) error {
|
||||
|
||||
url := host + "/routes/"
|
||||
return http.Get(url, "", nil, w)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user