remove girish's email

This commit is contained in:
Johannes Zellner 2016-01-20 21:28:00 +01:00
parent b0579183a2
commit e27211b73e
1 changed files with 3 additions and 3 deletions

View File

@ -55,15 +55,15 @@ describe('Cloudron user creation testing', 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 () {
cloudron.resetPassword(newUser.resetToken, 'Strong$%132');
cloudron.resetPassword(newUser.resetToken, 'Strong?132');
});
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 () {