no more preinstalled app on staging
This commit is contained in:
parent
29e108c0b4
commit
f3eeec7944
@ -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 () {
|
||||||
|
Loading…
Reference in New Issue
Block a user