This commit is contained in:
xhh
2016-03-17 12:11:19 +08:00
parent 90bd843be6
commit 5665c03d19

View File

@@ -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',