Skip to content

Commit

Permalink
Merge pull request hyperledger#2889 from dbluhm/fix/int-tests-use-did…
Browse files Browse the repository at this point in the history
…ex-1.1

fix: integration tests should use didex 1.1
  • Loading branch information
dbluhm committed Apr 12, 2024
2 parents 8ef9ba9 + 0fb0934 commit 58fc72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/runners/support/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -1475,7 +1475,7 @@ async def get_invite(
"create_unique_did": json.dumps(create_unique_did),
}
payload = {
"handshake_protocols": ["rfc23"],
"handshake_protocols": ["didexchange/1.1"],
"use_public_did": public_did_connections,
}
if self.mediation:
Expand Down

0 comments on commit 58fc72c

Please sign in to comment.