diff --git a/aries_cloudagent/anoncreds/tests/test_revocation.py b/aries_cloudagent/anoncreds/tests/test_revocation.py index fa117e8b15..26a75d57c2 100644 --- a/aries_cloudagent/anoncreds/tests/test_revocation.py +++ b/aries_cloudagent/anoncreds/tests/test_revocation.py @@ -596,9 +596,7 @@ async def test_finish_revocation_list(self, mock_finish, mock_handle): # Fetch doesn't find list then it should be created await self.revocation.finish_revocation_list( - job_id="test-job-id", - rev_reg_def_id="test-rev-reg-def-id", - revoked=[] + job_id="test-job-id", rev_reg_def_id="test-rev-reg-def-id", revoked=[] ) assert mock_finish.called