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 461fcea commit ac5eb38Copy full SHA for ac5eb38
tools/cli/internal/cli/split/split_test.go
@@ -168,7 +168,7 @@ func TestInvalidPath_PreRun(t *testing.T) {
168
169
func loadRunResultOas(fs afero.Fs, fileName string) (*load.SpecInfo, error) {
170
oas := openapi.NewOpenAPI3()
171
- oas.Loader.ReadFromURIFunc = func(_ *openapi3.Loader, uri *url.URL) ([]byte, error) {
+ oas.Loader.ReadFromURIFunc = func(_ *openapi3.Loader, _ *url.URL) ([]byte, error) {
172
f, err := fs.OpenFile(fileName, 0, 0)
173
if err != nil {
174
return nil, err
0 commit comments