diff --git a/test/test.js b/test/test.js index 279b1b7..0a4f36a 100644 --- a/test/test.js +++ b/test/test.js @@ -327,7 +327,7 @@ describe('Application life cycle test', function () { it('can send message', sendMessage); 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); });