Fixup the unit tests

This commit is contained in:
Johannes Zellner
2018-02-07 21:19:05 +01:00
parent 265db7d0f7
commit e710a210fd
3 changed files with 4 additions and 47 deletions

View File

@@ -210,7 +210,6 @@ describe('database', function () {
oldConfig: null,
newConfig: null,
memoryLimit: 4294967296,
altDomain: null,
xFrameOptions: 'DENY',
sso: true,
debugMode: null,
@@ -716,7 +715,6 @@ describe('database', function () {
oldConfig: null,
updateConfig: null,
memoryLimit: 4294967296,
altDomain: null,
xFrameOptions: 'DENY',
sso: true,
debugMode: null,
@@ -743,7 +741,6 @@ describe('database', function () {
oldConfig: null,
updateConfig: null,
memoryLimit: 0,
altDomain: null,
xFrameOptions: 'SAMEORIGIN',
sso: true,
debugMode: null,