Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <timo@animo.id>
  • Loading branch information
TimoGlastra committed Aug 1, 2024
1 parent d4e25e8 commit 18510ae
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,9 @@ describe('OpenId4VcIssuer', () => {
userPinRequired: false,
},
})
).rejects.toThrow("Offered credential 'invalid id' is not part of credentials_supported of the issuer metadata.")
).rejects.toThrow(
"Offered credential 'invalid id' is not part of credentials_supported/credential_configurations_supported of the issuer metadata."
)
})

it('issuing non offered credential errors', async () => {
Expand Down

0 comments on commit 18510ae

Please sign in to comment.