From 01cc01a571171663cd48656678b59c3d60a25493 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 15 Oct 2015 15:37:56 +0200 Subject: [PATCH] Fix typo in oauth test --- src/routes/test/oauth2-test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/test/oauth2-test.js b/src/routes/test/oauth2-test.js index e7a976419..e86c2d533 100644 --- a/src/routes/test/oauth2-test.js +++ b/src/routes/test/oauth2-test.js @@ -197,7 +197,7 @@ describe('OAuth2', function () { // unknown app through proxy var CLIENT_4 = { id: 'cid-client4', - appId: 'addon-oauth-appid-app4', + appId: 'proxy-appid-app4', clientSecret: 'secret4', redirectURI: 'http://redirect4', scope: 'profile' @@ -206,7 +206,7 @@ describe('OAuth2', function () { // known app through proxy var CLIENT_5 = { id: 'cid-client5', - appId: 'addon-oauth-' + APP_0.id, + appId: 'proxy-' + APP_0.id, clientSecret: 'secret5', redirectURI: 'http://redirect5', scope: 'profile'