Skip to content

Commit 5a7c7e4

Browse files
committed
Update test for instagram authentication response
1 parent 5791130 commit 5a7c7e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/AuthenticationAdapters.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const authenticationLoader = require('../lib/Adapters/Auth');
55
const path = require('path');
66
const responses = {
77
gpgames: { playerId: 'userId' },
8-
instagram: { data: { id: 'userId' } },
8+
instagram: { id: 'userId' },
99
janrainengage: { stat: 'ok', profile: { identifier: 'userId' } },
1010
janraincapture: { stat: 'ok', result: 'userId' },
1111
line: { userId: 'userId' },

0 commit comments

Comments
 (0)