diff --git a/test/custom-domain-test.js b/test/custom-domain-test.js index cacc663..5a48150 100644 --- a/test/custom-domain-test.js +++ b/test/custom-domain-test.js @@ -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 () {