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:
Sebastian Jonasson 2020-06-08 23:19:58 +02:00 committed by GitHub
parent dfa981f6b5
commit c6a5053ae2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 2 deletions

View File

@ -16,3 +16,6 @@ paths:
hide_credentials: true hide_credentials: true
get: get:
description: 'test' description: 'test'
responses:
'200':
description: OK

View File

@ -32,10 +32,15 @@
}, },
"security": [ "security": [
{ {
"Bearer": [null, "Role"] "Bearer": ["Role"]
} }
] ]
} }
} }
},
"definitions": {
"Dto.Document.DocumetnDto": {
"type": "number"
}
} }
} }