Make restoreConfigJson, oldConfigJson, updateConfigJson as task args
This commit is contained in:
@@ -400,8 +400,6 @@ describe('database', function () {
|
||||
health: null,
|
||||
accessRestriction: null,
|
||||
lastBackupId: null,
|
||||
oldConfig: null,
|
||||
newConfig: null,
|
||||
memoryLimit: 4294967296,
|
||||
sso: true,
|
||||
debugMode: null,
|
||||
@@ -979,9 +977,6 @@ describe('database', function () {
|
||||
portBindings: { port: { hostPort: 5678, type: 'tcp' } },
|
||||
health: null,
|
||||
accessRestriction: null,
|
||||
restoreConfig: null,
|
||||
oldConfig: null,
|
||||
updateConfig: null,
|
||||
memoryLimit: 4294967296,
|
||||
sso: true,
|
||||
debugMode: null,
|
||||
@@ -1013,9 +1008,6 @@ describe('database', function () {
|
||||
portBindings: { },
|
||||
health: null,
|
||||
accessRestriction: { users: [ 'foobar' ] },
|
||||
restoreConfig: null,
|
||||
oldConfig: null,
|
||||
updateConfig: null,
|
||||
memoryLimit: 0,
|
||||
sso: true,
|
||||
debugMode: null,
|
||||
|
||||
Reference in New Issue
Block a user