add some failing groups for good measure
This commit is contained in:
@@ -184,7 +184,7 @@ describe('OAuth2', function () {
|
|||||||
manifest: { version: '0.1.0', addons: { } },
|
manifest: { version: '0.1.0', addons: { } },
|
||||||
location: 'test3',
|
location: 'test3',
|
||||||
portBindings: {},
|
portBindings: {},
|
||||||
accessRestriction: { groups: [ 'admin' ] },
|
accessRestriction: { groups: [ 'someothergroup', 'admin', 'anothergroup' ] },
|
||||||
oauthProxy: true
|
oauthProxy: true
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ describe('SimpleAuth API', function () {
|
|||||||
manifest: { version: '0.1.0', addons: { } },
|
manifest: { version: '0.1.0', addons: { } },
|
||||||
location: 'test3',
|
location: 'test3',
|
||||||
portBindings: {},
|
portBindings: {},
|
||||||
accessRestriction: { groups: [ 'admin' ] },
|
accessRestriction: { groups: [ 'someothergroup', 'admin', 'anothergroup' ] },
|
||||||
oauthProxy: true
|
oauthProxy: true
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user