Add option for json validation

This commit is contained in:
Jan Eitzinger
2022-09-13 15:22:20 +02:00
parent 732801548f
commit 777f225e91
6 changed files with 26 additions and 7 deletions

View File

@@ -24,6 +24,7 @@ import (
"github.com/gorilla/mux"
_ "github.com/mattn/go-sqlite3"
_ "github.com/santhosh-tekuri/jsonschema/v5/httploader"
)
func setup(t *testing.T) *api.RestApi {