update all and fix tests

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-08-17 01:11:23 +03:00
parent 8c4c9f20b8
commit 6b666fe1a4
26 changed files with 404 additions and 345 deletions

View File

@@ -14,15 +14,7 @@ import (
var (
TestName = "Test"
TestEndpoints = []api.Endpoint{
api.Endpoint{
Name: "Test.Call",
Path: []string{"/api/v0/test/call/TEST"},
Method: []string{"POST"},
Body: "*",
Handler: "rpc",
},
}
TestEndpoints = []api.Endpoint{}
)
func NewTestEndpoints() []api.Endpoint {