diff --git a/test/test.js b/test/test.js index a7a6396..bde0608 100755 --- a/test/test.js +++ b/test/test.js @@ -177,7 +177,7 @@ describe('Application life cycle test', function () { }); it('backup app', function () { - execSync('cloudron backup --app ' + app.id, { cwd: path.resolve(__dirname, '..'), stdio: 'inherit' }); + execSync('cloudron backup create --app ' + app.id, { cwd: path.resolve(__dirname, '..'), stdio: 'inherit' }); }); it('restore app', function () {