Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
this.Before(function () {
this.apickli = new apickli.Apickli('https', config.edgeBasePath);
this.apickli.addRequestHeader('Cache-Control', 'no-cache');
this.apickli.setGlobalVariable('TPPAppClientId', config.TPPAppClientId);
this.apickli.setGlobalVariable('internalAppKey', config.internalAppKey);
this.apickli.setGlobalVariable('TPPAppClientIdPayment', config.TPPAppClientIdPayment);
//callback();
});
}
this.Before(function(callback) {
this.apickli = new apickli.Apickli('http', 'httpbin.org');
callback();
});