update JS test cases

This commit is contained in:
wing328
2016-08-12 10:30:33 +08:00
parent 02f43bc195
commit 0a5cd19e97
70 changed files with 274 additions and 210 deletions

View File

@@ -65,7 +65,8 @@
*/
this.authentications = {
'api_key': {type: 'apiKey', 'in': 'header', name: 'api_key'},
'petstore_auth': {type: 'oauth2'}
'petstore_auth': {type: 'oauth2'},
'http_basic_test': {type: 'basic'}
};
/**
* The default HTTP headers to be included for all API calls.