Преглед изворни кода

Adjust tests to backup subcommands

Johannes Zellner пре 8 година
родитељ
комит
56e3ec5cd8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      test/test.js

+ 1 - 1
test/test.js

@@ -160,7 +160,7 @@ describe('Application life cycle test', function () {
     it('can check image', checkImage);
 
     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 () {