]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/commitdiff
Adjust tests to backup subcommands
authorJohannes Zellner <johannes@nebulon.de>
Fri, 26 Aug 2016 15:57:06 +0000 (17:57 +0200)
committerJohannes Zellner <johannes@nebulon.de>
Fri, 26 Aug 2016 15:57:06 +0000 (17:57 +0200)
test/test.js

index 8b1bcdc91eb9966c388b0163806ee3b60ad709ca..de1bf0b2dd9a191546735032d861deed67f9268d 100644 (file)
@@ -151,7 +151,7 @@ describe('Application life cycle test', function () {
     it('can logout', logout);
 
     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 () {