mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2024-10-31 21:38:52 +00:00
Update test to use new backup subcommand
This commit is contained in:
parent
0f3e6d394a
commit
901a9ace7c
1 changed files with 1 additions and 1 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Reference in a new issue