Commit badac4c7 by Johannes Zellner

Adjust tests to backup subcommands

1 parent 78fb990d
Showing with 1 additions and 1 deletions
......@@ -151,7 +151,7 @@ describe('Application life cycle test', function () {
it('can logout', logout);
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 () {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!