Skip to content

Commit

Permalink
fix: oob manager tests
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
  • Loading branch information
dbluhm committed Oct 8, 2023
1 parent 3f56507 commit e5695b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ async def test_create_invitation_peer_did(self):
service["routingKeys"][0]
== DIDKey.from_public_key_b58(
self.test_mediator_routing_keys[0], ED25519
).did
).key_id
)
assert service["serviceEndpoint"] == self.test_mediator_endpoint

Expand Down

0 comments on commit e5695b1

Please sign in to comment.