Some clientdb.TYPE_ oversight in clients.js

This commit is contained in:
Johannes Zellner
2016-06-03 15:28:04 +02:00
parent 92e6ee9539
commit 4df49a82e5
2 changed files with 7 additions and 7 deletions

View File

@@ -849,7 +849,7 @@ describe('database', function () {
var CLIENT_0 = {
id: 'cid-0',
appId: 'someappid_0',
type: clientdb.TYPE_OAUTH,
type: 'typeisastring',
clientSecret: 'secret-0',
redirectURI: 'http://foo.bar',
scope: '*'
@@ -858,7 +858,7 @@ describe('database', function () {
var CLIENT_1 = {
id: 'cid-1',
appId: 'someappid_1',
type: clientdb.TYPE_OAUTH,
type: 'typeisastring',
clientSecret: 'secret-',
redirectURI: 'http://foo.bar',
scope: '*'