backup: add archive flag
This commit is contained in:
@@ -30,7 +30,8 @@ describe('backups', function () {
|
||||
manifest: null,
|
||||
format: 'tgz',
|
||||
preserveSecs: 0,
|
||||
label: ''
|
||||
label: '',
|
||||
archive: false
|
||||
};
|
||||
|
||||
const appBackup = {
|
||||
@@ -45,7 +46,8 @@ describe('backups', function () {
|
||||
manifest: { foo: 'bar' },
|
||||
format: 'tgz',
|
||||
preserveSecs: 0,
|
||||
label: ''
|
||||
label: '',
|
||||
archive: false
|
||||
};
|
||||
|
||||
describe('crud', function () {
|
||||
|
||||
Reference in New Issue
Block a user