#195: add custom description support for oauth

This commit is contained in:
SleepWalker
2016-08-23 07:30:06 +03:00
parent f2d2589550
commit dc168b5f23
5 changed files with 31 additions and 6 deletions

View File

@@ -100,7 +100,7 @@ describe('components/auth/actions', () => {
return callThunk(oAuthComplete).then(() => {
expect(request.post, 'to have a call satisfying', [
'/api/oauth2/v1/complete?client_id=&redirect_uri=&response_type=&scope=&state=',
'/api/oauth2/v1/complete?client_id=&redirect_uri=&response_type=&description=&scope=&state=',
{}
]);
});