The appstore api wants box backupIds with extension
This commit is contained in:
parent
6a182994b6
commit
e60217145b
@ -148,7 +148,7 @@ describe('Cloudron backup testing', function () {
|
||||
});
|
||||
|
||||
it('can restore the box', function () {
|
||||
appStore.restore(box.id, backupInfo.id);
|
||||
appStore.restore(box.id, backupInfo.id + '.tar.gz');
|
||||
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);
|
||||
appStore.restore(box.id, backupInfo.id + '.tar.gz');
|
||||
box = appStore.waitForCloudron(box.id);
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user