Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <[email protected]>
  • Loading branch information
jamshale committed Nov 19, 2024
1 parent a9bd5a8 commit a681deb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions acapy_agent/did/indy/tests/test_indy_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ async def test_register_with_seed_with_defined_did(self, mock_handle):

@mock.patch.object(InMemoryProfileSession, "handle")
async def test_register_with_seed_with_all_options(self, mock_handle):
self.profile.settings.set_value("wallet.allow_insecure_seed", True)
mock_handle.insert_key = mock.CoroutineMock()
mock_handle.insert = mock.CoroutineMock()
manager = DidIndyManager(self.profile)
Expand Down

0 comments on commit a681deb

Please sign in to comment.