mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-20 13:37:10 +00:00
Fix test
This commit is contained in:
@@ -14,6 +14,7 @@ describe('ApiClient', function() {
|
||||
expect(apiClient.authentications).to.eql({
|
||||
petstore_auth: {type: 'oauth2'},
|
||||
api_key: {type: 'apiKey', in: 'header', name: 'api_key'},
|
||||
test_http_basic: {type: 'basic'},
|
||||
test_api_client_id: {
|
||||
type: 'apiKey',
|
||||
in: 'header',
|
||||
|
||||
Reference in New Issue
Block a user