read sso field in db code

This commit is contained in:
Girish Ramakrishnan
2016-11-11 10:53:41 +05:30
parent 8cb8510d72
commit 6064db9467
2 changed files with 6 additions and 3 deletions

View File

@@ -544,7 +544,8 @@ describe('database', function () {
memoryLimit: 4294967296,
altDomain: null,
xFrameOptions: 'DENY',
oauthProxy: false
oauthProxy: false,
sso: true
};
var APP_1 = {
id: 'appid-1',
@@ -565,7 +566,8 @@ describe('database', function () {
memoryLimit: 0,
altDomain: null,
xFrameOptions: 'SAMEORIGIN',
oauthProxy: false
oauthProxy: false,
sso: true
};
it('add fails due to missing arguments', function () {