no more preinstalled app on staging

This commit is contained in:
Girish Ramakrishnan 2016-04-20 15:06:59 -07:00
parent 29e108c0b4
commit f3eeec7944
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ describe('Custom domain test', function () {
it('can backup the box', function () {
backupInfo = cloudron.backup();
assert.strictEqual(backupInfo.dependsOn.length, 2); // one preinstalled app, one test app
assert.strictEqual(backupInfo.dependsOn.length, 1);
});
it('can restore the box', function () {