@@ -224,6 +224,7 @@ describe('web5 connect', function () {
224224 } ) ;
225225
226226 const options = {
227+ displayName : 'Sample App' ,
227228 client_id : clientEphemeralPortableDid . uri ,
228229 scope : 'openid did:jwk' ,
229230 // code_challenge : Convert.uint8Array(codeChallenge).toBase64Url(),
@@ -457,6 +458,7 @@ describe('web5 connect', function () {
457458 fetchStub . callThrough ( ) ;
458459
459460 const results = await WalletConnect . initClient ( {
461+ displayName : 'Sample App' ,
460462 walletUri : 'http://localhost:3000/' ,
461463 connectServerUrl : 'http://localhost:3000/connect' ,
462464 permissionRequests : [
@@ -505,6 +507,7 @@ describe('web5 connect', function () {
505507 } ) ;
506508
507509 const options = {
510+ displayName : 'Sample App' ,
508511 client_id : clientEphemeralPortableDid . uri ,
509512 scope : 'openid did:jwk' ,
510513 // code_challenge : Convert.uint8Array(codeChallenge).toBase64Url(),
@@ -560,6 +563,7 @@ describe('web5 connect', function () {
560563 } ) ;
561564
562565 const options = {
566+ displayName : 'Sample App' ,
563567 client_id : clientEphemeralPortableDid . uri ,
564568 scope : 'openid did:jwk' ,
565569 // code_challenge : Convert.uint8Array(codeChallenge).toBase64Url(),
@@ -632,6 +636,7 @@ describe('web5 connect', function () {
632636 } ) ;
633637
634638 const options = {
639+ displayName : 'Sample App' ,
635640 client_id : clientEphemeralPortableDid . uri ,
636641 scope : 'openid did:jwk' ,
637642 // code_challenge : Convert.uint8Array(codeChallenge).toBase64Url(),
@@ -679,6 +684,7 @@ describe('web5 connect', function () {
679684 } ) ;
680685
681686 const options = {
687+ displayName : 'Sample App' ,
682688 client_id : clientEphemeralPortableDid . uri ,
683689 scope : 'openid did:jwk' ,
684690 // code_challenge : Convert.uint8Array(codeChallenge).toBase64Url(),
@@ -730,6 +736,7 @@ describe('web5 connect', function () {
730736 } ) ;
731737
732738 const options = {
739+ displayName : 'Sample App' ,
733740 client_id : clientEphemeralPortableDid . uri ,
734741 scope : 'openid did:jwk' ,
735742 // code_challenge : Convert.uint8Array(codeChallenge).toBase64Url(),
@@ -781,6 +788,7 @@ describe('web5 connect', function () {
781788 mismatchedScopes [ 0 ] . protocol = 'http://profile-protocol.xyz/other' ;
782789
783790 const options = {
791+ displayName : 'Sample App' ,
784792 client_id : clientEphemeralPortableDid . uri ,
785793 scope : 'openid did:jwk' ,
786794 // code_challenge : Convert.uint8Array(codeChallenge).toBase64Url(),
0 commit comments