Skip to content

Commit

Permalink
fix: unit test: update scope for req correction
Browse files Browse the repository at this point in the history
  • Loading branch information
jamil314 committed Jan 2, 2025
1 parent 9ed8508 commit b0483d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('Correction root resolvers', () => {

beforeEach(() => {
registerCertifyToken = jwt.sign(
{ scope: ['record.register'] },
{ scope: ['record.registration-request-correction'] },
readFileSync('./test/cert.key'),
{
subject: '121223',
Expand Down

0 comments on commit b0483d0

Please sign in to comment.