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

View File

@ -126,7 +126,7 @@ describe('Custom domain test', 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); // one preinstalled app, one test app assert.strictEqual(backupInfo.dependsOn.length, 1);
}); });
it('can restore the box', function () { it('can restore the box', function () {