manifest always has addons

This commit is contained in:
Girish Ramakrishnan
2015-10-20 12:27:23 -07:00
parent 14bc2c7232
commit a00615bd4e

View File

@@ -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,