Skip to content

Commit

Permalink
fix: bad test value in didex
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bluhm <[email protected]>
  • Loading branch information
dbluhm committed May 29, 2024
1 parent cffb1d5 commit 6823dfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ async def asyncSetUp(self):
"debug.auto_accept_invites": True,
"debug.auto_accept_requests": True,
"multitenant.enabled": True,
"wallet.id": True,
"wallet.id": "test-wallet-id",
},
bind={
BaseResponder: self.responder,
Expand Down

0 comments on commit 6823dfb

Please sign in to comment.