mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-10 04:20:24 +00:00
Merge branch 'main' into Baliedge/PIP-2552-consistent-ordering
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
package v3
|
||||
|
||||
import (
|
||||
"context"
|
||||
"strings"
|
||||
"testing"
|
||||
|
||||
@@ -44,7 +45,7 @@ clientCredentials:
|
||||
|
||||
var n v3.OAuthFlows
|
||||
_ = low.BuildModel(&idxNode, &n)
|
||||
_ = n.Build(nil, idxNode.Content[0], idx)
|
||||
_ = n.Build(context.Background(), nil, idxNode.Content[0], idx)
|
||||
|
||||
r := NewOAuthFlows(&n)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user