Fixup all the route tests with new password requirement

This commit is contained in:
Johannes Zellner
2016-01-20 16:06:51 +01:00
parent 196b059cfb
commit 5a8a023039
10 changed files with 23 additions and 23 deletions

View File

@@ -17,7 +17,7 @@ var async = require('async'),
var SERVER_URL = 'http://localhost:' + config.get('port');
var USERNAME = 'admin', PASSWORD = 'password', EMAIL ='silly@me.com';
var USERNAME = 'admin', PASSWORD = 'Foobar?1337', EMAIL ='silly@me.com';
var token = null; // authentication token
var server;