also move away from deprecated type: basic

This commit is contained in:
Jamie Macey
2020-10-13 16:28:40 -07:00
parent 3e10b09f23
commit ab457743a8
3 changed files with 8 additions and 4 deletions

View File

@@ -70,7 +70,8 @@ RSpec.configure do |config|
components: {
securitySchemes: {
basic_auth: {
type: :basic
type: :http,
scheme: :basic
},
api_key: {
type: :apiKey,
@@ -135,7 +136,8 @@ RSpec.configure do |config|
components: {
securitySchemes: {
basic_auth: {
type: :basic
type: :http,
scheme: :basic
},
api_key: {
type: :apiKey,