Update route_test.go

This commit is contained in:
Davide Bianchi
2021-01-17 20:34:01 +01:00
committed by GitHub
parent 0a398ef94b
commit 56684e181f

View File

@@ -257,7 +257,7 @@ func TestAddRoutes(t *testing.T) {
fixturesPath: "testdata/schema-no-content.json",
},
{
name: "allOf schema at first level",
name: "allOf schema",
routes: func(t *testing.T, router *Router) {
schema := openapi3.NewAllOfSchema()
schema.AllOf = []*openapi3.SchemaRef{