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.jsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/webapp/tests/client/client_oauth.test.jsx b/webapp/tests/client/client_oauth.test.jsx
index 555b38438..44ce95a19 100644
--- a/webapp/tests/client/client_oauth.test.jsx
+++ b/webapp/tests/client/client_oauth.test.jsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
import TestHelper from 'tests/helpers/client-test-helper.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',