aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorJohannes Zellner <johannes@nebulon.de>2016-08-26 17:57:06 +0200
committerJohannes Zellner <johannes@nebulon.de>2016-08-26 17:57:06 +0200
commitbadac4c7629775cadfedbbd25bc7dbe7d2eaa16f (patch)
tree0dd93b44c172af3a69eff5d6c35f44eb9637dd70 /test
parent78fb990dcf33090f4df129788b53440648d51983 (diff)
downloadSurfer-badac4c7629775cadfedbbd25bc7dbe7d2eaa16f.tar.gz
Surfer-badac4c7629775cadfedbbd25bc7dbe7d2eaa16f.tar.zst
Surfer-badac4c7629775cadfedbbd25bc7dbe7d2eaa16f.zip
Adjust tests to backup subcommands
Diffstat (limited to 'test')
-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 () {