Skip to content

Commit

Permalink
Update test for instagram authentication response
Browse files Browse the repository at this point in the history
  • Loading branch information
OverDriveGain committed Feb 12, 2021
1 parent 5791130 commit 5a7c7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/AuthenticationAdapters.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const authenticationLoader = require('../lib/Adapters/Auth');
const path = require('path');
const responses = {
gpgames: { playerId: 'userId' },
instagram: { data: { id: 'userId' } },
instagram: { id: 'userId' },
janrainengage: { stat: 'ok', profile: { identifier: 'userId' } },
janraincapture: { stat: 'ok', result: 'userId' },
line: { userId: 'userId' },
Expand Down

0 comments on commit 5a7c7e4

Please sign in to comment.