add .enc extension
This commit is contained in:
parent
43f7ef0852
commit
87c7c3cdb9
@ -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);
|
||||
});
|
||||
|
||||
|
@ -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);
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user