Pārlūkot izejas kodu

Update test to use new backup subcommand

Johannes Zellner 8 gadi atpakaļ
vecāks
revīzija
901a9ace7c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      test/test.js

+ 1 - 1
test/test.js

@@ -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 () {