diff --git a/test/cloudron-backup-test.js b/test/cloudron-backup-test.js index a9d4b22..59a38a3 100644 --- a/test/cloudron-backup-test.js +++ b/test/cloudron-backup-test.js @@ -148,7 +148,7 @@ describe('Cloudron backup testing', function () { }); it('can restore the box', function () { - appStore.restore(box.id, backupInfo.id + '.tar.gz'); + appStore.restore(box.id, backupInfo.id + '.tar.gz.enc'); box = appStore.waitForCloudron(box.id); }); diff --git a/test/cloudron-migrate-test.js b/test/cloudron-migrate-test.js index 46de3e3..3d849a7 100644 --- a/test/cloudron-migrate-test.js +++ b/test/cloudron-migrate-test.js @@ -132,7 +132,7 @@ describe('Custom domain test', function () { }); it('can restore the box', function () { - appStore.restore(box.id, backupInfo.id + '.tar.gz'); + appStore.restore(box.id, backupInfo.id + '.tar.gz.enc'); box = appStore.waitForCloudron(box.id); });