From 8b8aa2ca3c803b26fb4a1ba5f249111739376494 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Wed, 12 Apr 2017 16:29:42 -0400 Subject: Refactor OAuth 2.0 code into app layer (#6037) --- webapp/tests/client/client_oauth.test.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webapp/tests') diff --git a/webapp/tests/client/client_oauth.test.jsx b/webapp/tests/client/client_oauth.test.jsx index acf35f18f..44ce95a19 100644 --- a/webapp/tests/client/client_oauth.test.jsx +++ b/webapp/tests/client/client_oauth.test.jsx @@ -12,7 +12,7 @@ describe('Client.OAuth', function() { app.name = 'test'; app.homepage = 'homepage'; app.description = 'desc'; - app.callback_urls = ''; + app.callback_urls = ['']; TestHelper.basicClient().registerOAuthApp( app, @@ -33,7 +33,7 @@ describe('Client.OAuth', function() { TestHelper.basicClient().allowOAuth2( 'GET', - '123456', + '12345678901234567890123456', 'http://nowhere.com', 'state', 'scope', -- cgit v1.2.3-1-g7c22