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
+2 -2
View File
@@ -20,7 +20,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
function cleanup(done) {
@@ -392,7 +392,7 @@ describe('Clients', function () {
var USER_0 = {
userId: uuid.v4(),
username: 'someusername',
password: 'somepassword',
password: 'Strong#$%2345',
email: 'some@email.com',
admin: true,
salt: 'somesalt',