aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--test/test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.js b/test/test.js
index 8b1bcdc..de1bf0b 100644
--- a/test/test.js
+++ b/test/test.js
@@ -151,7 +151,7 @@ describe('Application life cycle test', function () {
151 it('can logout', logout); 151 it('can logout', logout);
152 152
153 it('backup app', function () { 153 it('backup app', function () {
154 execSync('cloudron backup --app ' + app.id, { cwd: path.resolve(__dirname, '..'), stdio: 'inherit' }); 154 execSync('cloudron backup create --app ' + app.id, { cwd: path.resolve(__dirname, '..'), stdio: 'inherit' });
155 }); 155 });
156 156
157 it('restore app', function () { 157 it('restore app', function () {