no more preinstalled apps
This commit is contained in:
parent
e00b39dac7
commit
dd74d60e0e
@ -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 () {
|
||||
|
Loading…
Reference in New Issue
Block a user