From 12579c7ac32d422fadd3409bf59abefaa69ada37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Gallego=20Rodr=C3=ADguez?= Date: Wed, 9 Oct 2019 14:19:58 +0200 Subject: [PATCH] fixme about routes added --- internal/server/control/control_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/server/control/control_test.go b/internal/server/control/control_test.go index 026c54f..76b8a05 100644 --- a/internal/server/control/control_test.go +++ b/internal/server/control/control_test.go @@ -148,6 +148,7 @@ func TestListRoutesReturnsEmptyList(t *testing.T) { } } +// FIXME: ListRoutes is a get, no path params, call func TestListRoutesReturnsTwoElementsList(t *testing.T) { t.Skip("****** WIP ******")