We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c82b2 commit d8f04dfCopy full SHA for d8f04df
tools/cli/internal/openapi/filter/filter_test.go
@@ -120,7 +120,7 @@ func TestFiltersWithoutVersioning(t *testing.T) {
120
metadata := &Metadata{}
121
filters := FiltersWithoutVersioning(doc, metadata)
122
123
- assert.Len(t, filters, 4)
+ assert.Len(t, filters, 5)
124
}
125
126
func TestFiltersToGetVersions(t *testing.T) {
tools/cli/internal/openapi/filter/schemas.go
@@ -22,7 +22,7 @@ import (
22
"github.com/getkin/kin-openapi/openapi3"
23
)
24
25
-// SchemasFilter removes components that are not used in the operations.
+// SchemasFilter removes schemas that are not used in operations.
26
type SchemasFilter struct {
27
oas *openapi3.T
28
0 commit comments