ci: enable and fix rfc7797 4.2 tests

This commit is contained in:
Filip Skokan 2019-08-22 16:51:32 +02:00
parent a78d694d29
commit 1d6d55ff91
2 changed files with 4 additions and 4 deletions

View file

@ -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'
}
}
}