not sure how it passed so far
This commit is contained in:
parent
4caa1d01fe
commit
29e108c0b4
@ -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, 1);
|
assert.strictEqual(backupInfo.dependsOn.length, 2); // one preinstalled app, one test app
|
||||||
});
|
});
|
||||||
|
|
||||||
it('can restore the box', function () {
|
it('can restore the box', function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user