no more preinstalled apps

This commit is contained in:
Girish Ramakrishnan 2016-04-20 15:32:57 -07:00
parent e00b39dac7
commit dd74d60e0e
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ describe('Cloudron backup testing', function () {
it('can backup the box', function () {
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 () {