diff --git a/tests/integration/blockchain/test_blockchain.py b/tests/integration/blockchain/test_blockchain.py index 9be8d1112..99b00482d 100644 --- a/tests/integration/blockchain/test_blockchain.py +++ b/tests/integration/blockchain/test_blockchain.py @@ -289,6 +289,7 @@ class TestLbrycrdAPIs(AsyncioTestCase): async def test_unauthorized(self): chain = Lbrycrd.temp_regtest() await chain.ensure() + self.addCleanup(chain.stop) await chain.start() await chain.get_new_address() chain.conf.set(lbrycrd_rpc_pass='wrong')