remove girish's email

This commit is contained in:
Johannes Zellner 2016-01-20 21:28:00 +01:00
parent b0579183a2
commit e27211b73e

View File

@ -55,15 +55,15 @@ describe('Cloudron user creation testing', function () {
}); });
it('can create user', function () { it('can create user', function () {
newUser = cloudron.addUser('newuser', 'girish@forwardbias.in'); newUser = cloudron.addUser('newuser', 'test+foo@cloudron.io');
}); });
it('can use reset token to reset password', function () { it('can use reset token to reset password', function () {
cloudron.resetPassword(newUser.resetToken, 'Strong$%132'); cloudron.resetPassword(newUser.resetToken, 'Strong?132');
}); });
it('can login as new user', function () { it('can login as new user', function () {
cloudron.getOauthToken({ username: 'newuser', email: 'test@cloudron.io', password: 'Strong$%132' }); cloudron.getOauthToken({ username: 'newuser', password: 'Strong?132' });
}); });
it('can delete the cloudron', function () { it('can delete the cloudron', function () {