Skip to content

Commit

Permalink
Update connect.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilovtim committed Aug 13, 2024
1 parent 70cfa50 commit f4d5d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/agent/tests/connect.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ describe('web5 connect', function () {

const options = {
client_id : clientEphemeralPortableDid.uri,
scope : 'web5',
scope : 'openid did:dht',
// code_challenge : Convert.uint8Array(codeChallenge).toBase64Url(),
// code_challenge_method : 'S256' as const,
permissionRequests : {} as any, // TODO: use a better mock once DWN stuff is in place,
Expand Down

0 comments on commit f4d5d6f

Please sign in to comment.