mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
insomnia-importers: Fixed errors thrown when running jest (#2261)
Removed errors that got thrown when running jest from command line.
This commit is contained in:
parent
dfa981f6b5
commit
c6a5053ae2
@ -15,4 +15,7 @@ paths:
|
||||
key_in_body: false
|
||||
hide_credentials: true
|
||||
get:
|
||||
description: 'test'
|
||||
description: 'test'
|
||||
responses:
|
||||
'200':
|
||||
description: OK
|
||||
|
@ -32,10 +32,15 @@
|
||||
},
|
||||
"security": [
|
||||
{
|
||||
"Bearer": [null, "Role"]
|
||||
"Bearer": ["Role"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"definitions": {
|
||||
"Dto.Document.DocumetnDto": {
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user