summaryrefslogtreecommitdiffstats
path: root/webapp/tests/client/client_oauth.test.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/tests/client/client_oauth.test.jsx')
-rw-r--r--webapp/tests/client/client_oauth.test.jsx4
1 files changed, 2 insertions, 2 deletions
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',