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 Oct 30, 2024
1 parent 8889e7f commit 38f8e56
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 38f8e56

Please sign in to comment.