Fix failing test

This commit is contained in:
Girish Ramakrishnan
2017-08-19 17:41:15 -07:00
parent 891542bfb9
commit 064c5cf7f2

View File

@@ -543,7 +543,8 @@ describe('database', function () {
xFrameOptions: 'DENY',
sso: true,
debugMode: null,
robotsTxt: null
robotsTxt: null,
enableBackup: true
};
var APP_1 = {
id: 'appid-1',
@@ -566,7 +567,8 @@ describe('database', function () {
xFrameOptions: 'SAMEORIGIN',
sso: true,
debugMode: null,
robotsTxt: null
robotsTxt: null,
enableBackup: true
};
it('add fails due to missing arguments', function () {