Revert "email api does not exist in old version"

This reverts commit da1ad85e6a.
This commit is contained in:
Johannes Zellner 2016-09-07 23:18:28 +02:00
parent 58a532d9ac
commit 2133b7339e
2 changed files with 2 additions and 4 deletions

View File

@ -75,8 +75,7 @@ describe('Cloudron update testing', function () {
cloudron.setCredentials(owner.password, token);
});
// enable this in next release
xit('can enable email', function () {
it('can enable email', function () {
cloudron.setEmailEnabled(true);
});

View File

@ -65,8 +65,7 @@ describe('Cloudron update testing', function () {
cloudron.activate(owner);
});
// enable this is next release
xit('can enable email', function () {
it('can enable email', function () {
cloudron.setEmailEnabled(true);
});