Skip to content

Commit

Permalink
Fix: Updated the response mode in test
Browse files Browse the repository at this point in the history
  • Loading branch information
zoemaas committed Jan 3, 2025
1 parent 1c2838f commit 5674a27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ describe('Mattr OID4VP v18 credential offer', () => {
})

expect(verification).toBeDefined()
expect(verification.versions).toEqual([SupportedVersion.SIOPv2_D12_OID4VP_D20, SupportedVersion.SIOPv2_D12_OID4VP_D18])
expect(verification.versions).toEqual([SupportedVersion.SIOPv2_D12_OID4VP_D18])

/**
* pd value: {"id":"dae5d9b6-8145-4297-99b2-b8fcc5abb5ad","input_descriptors":[{"id":"OpenBadgeCredential","format":{"jwt_vc_json":{"alg":["EdDSA"]},"jwt_vc":{"alg":["EdDSA"]}},"constraints":{"fields":[{"path":["$.vc.type"],"filter":{"type":"array","items":{"type":"string"},"contains":{"const":"OpenBadgeCredential"}}}]}}]}
Expand Down

0 comments on commit 5674a27

Please sign in to comment.