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

@@ -1240,7 +1240,7 @@ describe('Password', function () {
var USER_0 = {
userId: uuid.v4(),
username: 'someusername',
password: 'somepassword',
password: 'passWord%1234',
email: 'some@email.com',
admin: true,
salt: 'somesalt',