Fixing sysadmin, settings and clients tests

This commit is contained in:
Johannes Zellner
2017-11-20 19:59:23 +01:00
parent a08ff89b78
commit 9c0af8b13e
3 changed files with 21 additions and 67 deletions

View File

@@ -30,6 +30,8 @@ var SERVER_URL = 'http://localhost:' + config.get('port');
var USERNAME = 'superadmin', PASSWORD = 'Foobar?1337', EMAIL ='silly@me.com';
function setup(done) {
// we test caas here
config.set('provider', 'caas');
config.setVersion('1.2.3');
async.series([