no more preinstalled apps

This commit is contained in:
Girish Ramakrishnan 2016-04-20 15:32:57 -07:00
parent e00b39dac7
commit dd74d60e0e

View File

@ -76,7 +76,7 @@ describe('Cloudron backup testing', function () {
it('can backup the box', function () { it('can backup the box', function () {
backupInfo = cloudron.backup(); backupInfo = cloudron.backup();
assert.strictEqual(backupInfo.dependsOn.length, 2); // 'haste' app is preinstalled assert.strictEqual(backupInfo.dependsOn.length, 1);
}); });
it('can restore the box', function () { it('can restore the box', function () {