diff options
author | Johannes Zellner <johannes@nebulon.de> | 2016-08-26 17:57:06 +0200 |
---|---|---|
committer | Johannes Zellner <johannes@nebulon.de> | 2016-08-26 17:57:06 +0200 |
commit | badac4c7629775cadfedbbd25bc7dbe7d2eaa16f (patch) | |
tree | 0dd93b44c172af3a69eff5d6c35f44eb9637dd70 | |
parent | 78fb990dcf33090f4df129788b53440648d51983 (diff) | |
download | Surfer-badac4c7629775cadfedbbd25bc7dbe7d2eaa16f.tar.gz Surfer-badac4c7629775cadfedbbd25bc7dbe7d2eaa16f.tar.zst Surfer-badac4c7629775cadfedbbd25bc7dbe7d2eaa16f.zip |
Adjust tests to backup subcommands
-rw-r--r-- | test/test.js | 2 |
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 () { |