archive: add appConfig, icon and appStoreIcon
This commit is contained in:
@@ -31,7 +31,8 @@ describe('backups', function () {
|
||||
format: 'tgz',
|
||||
preserveSecs: 0,
|
||||
label: '',
|
||||
archive: false
|
||||
archive: false,
|
||||
appConfig: null
|
||||
};
|
||||
|
||||
const appBackup = {
|
||||
@@ -47,7 +48,8 @@ describe('backups', function () {
|
||||
format: 'tgz',
|
||||
preserveSecs: 0,
|
||||
label: '',
|
||||
archive: false
|
||||
archive: false,
|
||||
appConfig: null
|
||||
};
|
||||
|
||||
describe('crud', function () {
|
||||
|
||||
Reference in New Issue
Block a user