Send and receive oauthProxy in REST routes

Part of #6
This commit is contained in:
Girish Ramakrishnan
2016-09-06 21:56:36 -07:00
parent e915e6fd44
commit 408dd61408
4 changed files with 15 additions and 5 deletions

View File

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