This commit is contained in:
Girish Ramakrishnan
2025-02-26 09:31:25 +01:00
parent 231ee9b187
commit 6bcba878fd

View File

@@ -327,7 +327,7 @@ describe('Application life cycle test', function () {
it('can send message', sendMessage); it('can send message', sendMessage);
it('can get app info', getAppInfo); it('can get app info', getAppInfo);
it('can restart app', function () { execSync(`cloudron restart ${app.id}`); }); it('can restart app', function () { execSync(`cloudron restart --app ${app.id}`); });
it('backup app', function () { execSync(`cloudron backup create --app ${app.id}`, EXEC_ARGS); }); it('backup app', function () { execSync(`cloudron backup create --app ${app.id}`, EXEC_ARGS); });