Fix case when username is not the same as the email

This commit is contained in:
Johannes Zellner
2016-09-27 15:41:34 +02:00
parent 656356732e
commit 23bf358bbe
2 changed files with 15 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ var async = require('async'),
var USERNAME = 'noBody';
var USERNAME_NEW = 'noBodyNew';
var EMAIL = 'noBody@no.body';
var EMAIL = 'else@no.body';
var EMAIL_NEW = 'noBodyNew@no.body';
var PASSWORD = 'sTrOnG#$34134';
var NEW_PASSWORD = 'oTHER@#$235';