add some failing groups for good measure

This commit is contained in:
girish@cloudron.io
2016-02-09 18:55:42 -08:00
parent c1cd7ac129
commit 7e60fd554a
2 changed files with 2 additions and 2 deletions

View File

@@ -184,7 +184,7 @@ describe('OAuth2', function () {
manifest: { version: '0.1.0', addons: { } },
location: 'test3',
portBindings: {},
accessRestriction: { groups: [ 'admin' ] },
accessRestriction: { groups: [ 'someothergroup', 'admin', 'anothergroup' ] },
oauthProxy: true
};

View File

@@ -59,7 +59,7 @@ describe('SimpleAuth API', function () {
manifest: { version: '0.1.0', addons: { } },
location: 'test3',
portBindings: {},
accessRestriction: { groups: [ 'admin' ] },
accessRestriction: { groups: [ 'someothergroup', 'admin', 'anothergroup' ] },
oauthProxy: true
};