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,