Fix tests

This commit is contained in:
Girish Ramakrishnan
2017-10-12 21:14:13 -07:00
parent ecad9c499c
commit 709c742c46

View File

@@ -538,6 +538,7 @@ describe('database', function () {
accessRestriction: null,
lastBackupId: null,
oldConfig: null,
newConfig: null,
memoryLimit: 4294967296,
altDomain: null,
xFrameOptions: 'DENY',
@@ -562,6 +563,7 @@ describe('database', function () {
accessRestriction: { users: [ 'foobar' ] },
lastBackupId: null,
oldConfig: null,
newConfig: null,
memoryLimit: 0,
altDomain: null,
xFrameOptions: 'SAMEORIGIN',