diff --git a/test/selfhost-digitalocean-filesystem-test.js b/test/selfhost-digitalocean-filesystem-test.js index 34f0629..11c7d85 100644 --- a/test/selfhost-digitalocean-filesystem-test.js +++ b/test/selfhost-digitalocean-filesystem-test.js @@ -316,7 +316,7 @@ describe('Selfhost DigitalOcean with filesystem backend', function () { }); it('can download backups', function () { - var out = machine('backup download ' + DO_SELFHOST_DOMAIN + ' --backup-id ' + backupInfo.id + ' ' + BACKUP_FOLDER); + var out = machine('backup download --cloudron ' + DO_SELFHOST_DOMAIN + ' ' + backupInfo.id + ' ' + BACKUP_FOLDER); console.log(out.stdout, out.stderr); if (out.stdout.indexOf(backupInfo.id) === -1) assert(false, 'Download failed');