mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +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
@ -16,3 +16,6 @@ paths:
|
|||||||
hide_credentials: true
|
hide_credentials: true
|
||||||
get:
|
get:
|
||||||
description: 'test'
|
description: 'test'
|
||||||
|
responses:
|
||||||
|
'200':
|
||||||
|
description: OK
|
||||||
|
@ -32,10 +32,15 @@
|
|||||||
},
|
},
|
||||||
"security": [
|
"security": [
|
||||||
{
|
{
|
||||||
"Bearer": [null, "Role"]
|
"Bearer": ["Role"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"definitions": {
|
||||||
|
"Dto.Document.DocumetnDto": {
|
||||||
|
"type": "number"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user