Fixup the unit tests for accessRestriction format change

This commit is contained in:
Johannes Zellner
2015-10-16 15:35:14 +02:00
parent 373db25077
commit b5cfdcf875
9 changed files with 61 additions and 62 deletions

View File

@@ -478,7 +478,7 @@ describe('database', function () {
containerId: null,
portBindings: { port: 5678 },
health: null,
accessRestriction: '',
accessRestriction: null,
oauthProxy: false,
lastBackupId: null,
lastBackupConfig: null,
@@ -497,7 +497,7 @@ describe('database', function () {
containerId: null,
portBindings: { },
health: null,
accessRestriction: '',
accessRestriction: { users: [ 'foobar' ] },
oauthProxy: true,
lastBackupId: null,
lastBackupConfig: null,