Skip to content

Commit 360882e

Browse files
committed
Add comment about request_uri.
1 parent f4bc84f commit 360882e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/iso18013-7.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ describe('ISO 18013-7', () => {
130130
// get authz request JWT using oid4-client; this will also verify the JWT
131131
const searchParams = new URLSearchParams({
132132
client_id: leafDnsName,
133+
// expected to be `request_uri` not `request` in a deployed system
133134
request: authzRequestJwt
134135
});
135136
const mdocUrl = `mdoc-openid4vp://?${searchParams}`;

0 commit comments

Comments
 (0)