Make restoreConfigJson, oldConfigJson, updateConfigJson as task args

This commit is contained in:
Girish Ramakrishnan
2019-08-27 15:18:16 -07:00
parent f535b3de2f
commit bfe2f116a7
8 changed files with 75 additions and 92 deletions

View File

@@ -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,