Added test fot removeRoute and listRoutes in control api
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func TestAddRouteReturnsBadRequestWhenMalformedJSONBody(t *testing.T) {
|
func TestAddRouteReturnsBadRequestWhenMalformedJSONBody(t *testing.T) {
|
||||||
t.Skip("****** WIP ******")
|
|
||||||
reqPayload := `{
|
reqPayload := `{
|
||||||
method": "GET",
|
method": "GET",
|
||||||
url_pattern": "/hello",
|
url_pattern": "/hello",
|
||||||
|
|||||||
Reference in New Issue
Block a user