diff --git a/test/cloudron-backup-test.js b/test/cloudron-backup-test.js index 414dc91..92f7ae0 100644 --- a/test/cloudron-backup-test.js +++ b/test/cloudron-backup-test.js @@ -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 () {