Fix tests for password strength change

This commit is contained in:
Johannes Zellner
2016-01-20 14:39:08 +01:00
parent 132ebb4e74
commit 74860f2d16
2 changed files with 3 additions and 3 deletions

View File

@@ -17,14 +17,14 @@ var database = require('../database.js'),
var USER_0 = {
username: 'foobar0',
password: 'password0',
password: 'Foobar?1234',
email: 'foo0@bar.com',
displayName: 'Bob bobson'
};
var USER_1 = {
username: 'foobar1',
password: 'password1',
password: 'Foobar?12345',
email: 'foo1@bar.com',
displayName: 'Jesus'
};