Drop stale TODO comment

Close #42
This commit is contained in:
pancho horrillo
2019-10-23 18:52:20 +02:00
parent ae3bd76434
commit 52ae3375a4
-5
View File
@@ -36,11 +36,6 @@ func TestSuccessOnCorrectRoute(t *testing.T) {
Reply(http.StatusCreated).
JSON(map[string]string{})
// TODO: As per the spec¹, the call should return a JSON body with the info
// of the newly created route. Should we consider this in the mocked server
// and in the test?
// ¹: https://github.com/BBVA/kapow/tree/master/spec#insert-a-route
err := AddRoute(
"http://localhost",
"/hello", "GET", "", "echo Hello World | kapow set /response/body", nil)