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 652929b commit fb8e520Copy full SHA for fb8e520
1 file changed
internal/test/chi/oapi_validate_test.go
@@ -1,10 +1,8 @@
1
package chi
2
3
import (
4
- "bytes"
5
"context"
6
_ "embed"
7
- "encoding/json"
8
"errors"
9
"io"
10
"net/http"
@@ -13,6 +11,7 @@ import (
13
11
"testing"
14
12
15
middleware "github.com/oapi-codegen/nethttp-middleware"
+ "github.com/oapi-codegen/testutil"
16
17
"github.com/getkin/kin-openapi/openapi3"
18
"github.com/getkin/kin-openapi/openapi3filter"
0 commit comments