coverage tests at engine

This commit is contained in:
gezimbll
2022-11-09 10:18:53 -05:00
committed by Dan Christian Bogos
parent ee4df9f836
commit 9d0f2c5c19

View File

@@ -1011,4 +1011,8 @@ func TestRouteServiceV1GetRoutes(t *testing.T) {
t.Error(err)
}
if err := rpS.V1GetRoutesList(args, &[]string{}); err == nil {
t.Error(err)
}
}