Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
denysoblohin-okta committed Nov 11, 2020
1 parent 2f3c1ab commit 51906b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/spec/token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ function setupSync(options?) {
function createAccessToken(strValue): AccessToken {
return {
accessToken: strValue,
claims: {
sub: ''
},
value: strValue,
userinfoUrl: '',
authorizeUrl: '',
Expand Down

0 comments on commit 51906b6

Please sign in to comment.