From a00615bd4ec30376b06a32e9f8ffa03c19f1a462 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 20 Oct 2015 12:27:23 -0700 Subject: [PATCH] manifest always has addons --- src/routes/test/simpleauth-test.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/routes/test/simpleauth-test.js b/src/routes/test/simpleauth-test.js index 4ca7957fa..8dc1a9310 100644 --- a/src/routes/test/simpleauth-test.js +++ b/src/routes/test/simpleauth-test.js @@ -26,7 +26,7 @@ describe('SimpleAuth API', function () { var APP_0 = { id: 'app0', appStoreId: '', - manifest: { version: '0.1.0' }, + manifest: { version: '0.1.0', addons: { } }, location: 'test0', portBindings: {}, accessRestriction: { users: [ 'foobar', 'someone'] }, @@ -36,7 +36,7 @@ describe('SimpleAuth API', function () { var APP_1 = { id: 'app1', appStoreId: '', - manifest: { version: '0.1.0' }, + manifest: { version: '0.1.0', addons: { } }, location: 'test1', portBindings: {}, accessRestriction: { users: [ 'foobar', USERNAME, 'someone' ] }, @@ -46,7 +46,7 @@ describe('SimpleAuth API', function () { var APP_2 = { id: 'app2', appStoreId: '', - manifest: { version: '0.1.0' }, + manifest: { version: '0.1.0', addons: { } }, location: 'test2', portBindings: {}, accessRestriction: null,