Skip to content

Commit

Permalink
encoding/gocode: fix oapi-codegen tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sam boyer committed May 8, 2023
1 parent cbcd051 commit b8c4356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/deepmap/oapi-codegen/pkg/codegen/codegen_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ type GetTestByNameResponse struct {
HTTPResponse *http.Response
JSON200 *[]Test
XML200 *[]Test
JSON422 *[]any
XML422 *[]any
JSON422 *[]interface{}
XML422 *[]interface{}
JSONDefault *Error
}`)

Expand Down

0 comments on commit b8c4356

Please sign in to comment.