Skip to content

Commit

Permalink
Fix test after rebase
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <jamiehalebc@gmail.com>
  • Loading branch information
jamshale committed Nov 5, 2024
1 parent ab81c65 commit 7dc00b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions acapy_agent/revocation/tests/test_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1154,6 +1154,7 @@ async def test_update_rev_reg_revoked_state(self, *_):
mock_ledger = mock.MagicMock(BaseLedger, autospec=True)
mock_ledger.pool = mock.MagicMock(genesis_txns="genesis_txns")
self.context.injector.bind_instance(BaseLedger, mock_ledger)
self.profile.context.injector.bind_instance(BaseLedger, mock_ledger)

result = await test_module.update_rev_reg_revoked_state(self.request)
assert result.status == 200
Expand Down

0 comments on commit 7dc00b9

Please sign in to comment.