diff --git a/acapy_agent/revocation/models/tests/test_revocation_registry.py b/acapy_agent/revocation/models/tests/test_revocation_registry.py index e500074071..6416d38767 100644 --- a/acapy_agent/revocation/models/tests/test_revocation_registry.py +++ b/acapy_agent/revocation/models/tests/test_revocation_registry.py @@ -67,7 +67,7 @@ async def test_properties(self): assert rev_reg.tails_local_path == "dummy" rev_reg.tails_public_uri = "dummy" assert rev_reg.tails_public_uri == "dummy" - return rev_reg.reg_def == REV_REG_DEF + assert rev_reg.reg_def == REV_REG_DEF async def test_tails_local_path(self): rr_def_public = deepcopy(REV_REG_DEF)