Skip to content

Commit

Permalink
ci: enable and fix rfc7797 4.2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Aug 22, 2019
1 parent a78d694 commit 1d6d55f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/cookbook/recipes/rfc7797.4_2.hmac-sha2_b64_false.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ module.exports = {
payload: '$.02',
signatures: [
{
protected: 'eyJhbGciOiJIUzI1NiIsImI2NCI6ZmFsc2V9',
signature: 'GsyM6AQJbQHY8aQKCbZSPJHzMRWo3HKIlcDuXof7nqs'
protected: 'eyJhbGciOiJIUzI1NiIsImI2NCI6ZmFsc2UsImNyaXQiOlsiYjY0Il19',
signature: 'A5dxf2s96_n5FLueVuW1Z_vh161FwXZC4YLPff6dmDY'
}
]
},
json_flat: {
payload: '$.02',
protected: 'eyJhbGciOiJIUzI1NiIsImI2NCI6ZmFsc2V9',
signature: 'GsyM6AQJbQHY8aQKCbZSPJHzMRWo3HKIlcDuXof7nqs'
protected: 'eyJhbGciOiJIUzI1NiIsImI2NCI6ZmFsc2UsImNyaXQiOlsiYjY0Il19',
signature: 'A5dxf2s96_n5FLueVuW1Z_vh161FwXZC4YLPff6dmDY'
}
}
}

0 comments on commit 1d6d55f

Please sign in to comment.