Skip to content

Commit

Permalink
pass pointer of globalSecuritySchemes
Browse files Browse the repository at this point in the history
  • Loading branch information
dikhan committed Sep 13, 2018
1 parent 32f3032 commit ae82427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi/provider_factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func (p providerFactory) configureProvider() schema.ConfigureFunc {
if err != nil {
return nil, err
}
authenticator := newAPIAuthenticator(globalSecuritySchemes)
authenticator := newAPIAuthenticator(&globalSecuritySchemes)
config := p.createProviderConfig(data)
openAPIBackendConfiguration, err := p.specAnalyser.GetOpenAPIBackendConfiguration()
if err != nil {
Expand Down

0 comments on commit ae82427

Please sign in to comment.