Update test to use new backup subcommand

master
Johannes Zellner 2016-08-26 12:59:27 +02:00
parent 0f3e6d394a
commit 901a9ace7c
1 changed files with 1 additions and 1 deletions

View File

@ -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 () {